-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide better instructions on how to add/install custom flavor #89
Comments
In the documentation there is a section dedicated on custom flavors. where it says:
and some example are given:
I guess this is not clear enough, what from that section was not clear for you @kristianmandrup ? |
One thing I'm noticing is also that those example of custom flavors are not supported anymore, so it should perhaps use cycle-scripts-one-fits-all instead |
Yes, unfortunately it is all quite a mess... As usual. Web dev moves too fast. But nowhere have I seen any docs on how to fine-tune the scripts, such as babel compile options etc. I'm so exhausted from having to spend 80% of my dev time trying to figure things out instead of getting things done. Maybe I have overlooked, hard to read through 10s-100s of docs pages, repos/code etc. every day in order to make a step forward. Easy to miss sth. when you are frustrated. Also unfortunate that most of the resources on awesome-cycle are outdated and pretty useless except as ideas/reference points. We need more curation of which things are up to date... |
Better remove the flavors that are obsolete ;) Too many dead ends... |
@kristianmandrup You are welcome to suggest anything on any Cycle.js-related repo/project. Everyone on the community accept suggestions and discussion. However, it's a small community, and we need help from everyone that is available to help. Feel free to propose content curation to the community. :) |
@geovanisouza92 My main concern is that it is impossible to see which projects are recent, popular or outdated... would be nice with some form of better structuring than simply by category. |
Perhaps. Try to share your thoughts on gitter. I'm sure that we all will find a way :) |
It is not really clear how to add/install a custom flavor. I asked same question here and looked at create-cycle-app-flavors and cycle-scripts but still not clear...
I wonder if your script can somehow find it by
package.json
keyword
entry (like I've seen in Ember CLI f.ex) or if I have to install my flavor as a global module or what!?Please make it more clear. Thanks
The text was updated successfully, but these errors were encountered: