-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Conversation
Can you strip out the stylus stuff for now? One change per commit is better. Also, your commit message needs to be on one line |
Add an option to use Gulp instead of Grunt
Done. I had issue with yeoman, very similar to this one yeoman/yo#69, I thought that problem was in my code but reinstall of yo helped. |
Some thoughts: I would love to see us break down @eddiemonge would this be a good opportunity to go down this path or did you want to land this option directly in this generator and then consider breaking things out at a later point? |
Breaking this down to separate generators is for sure better option than assuming that we will be able to keep everything in sync forever but this option leads to separating community and it's as good as building new JavaScript framework each day. Anyway, if you decide to split it into two generators I volunteer to be a maintainer of the Gulp one |
I do like having them in the same project. Couple of things:
|
Also need to fix merge conflict. |
drools in anticipation |
+1 |
ping merge conflict :) |
I tried cloning this repo on my Windows machine to resolve the merge conflicts, but alas. Github for Windows keeps failing.... It seems there are very long filepaths in this repository and Windows can't handle them. I guess I'll have to manually duck-tape the generated app locally with this Gulp setup. |
Until the community has complete census across which build system it wants to implement we will always have to maintain parity between gulp and grunt. As a company we used grunt and are moving away from it. I am agreeing with @addyosmani on this issue. I believe that it should be broken into a generator-angular-gulp project. Keep the current one as grunt as the default, but does have a fork for gulp. Also found this project: https://github.com/henyojess/generator-gulp-ng |
+1 |
add an option to use Gulp instead of Grunt Closes yeoman#672
add an option to use Gulp instead of Grunt Closes yeoman#672
add an option to use Gulp instead of Grunt Closes yeoman#672
Can support Gulp now? Waiting for the feature |
add an option to use Gulp instead of Grunt Closes yeoman#672 (+1 squashed commits) Squashed commits: [87a7e7c] feat(gen): add support for Gulp Add an option to use Gulp instead of Grunt
I've been working recently on awesome project and I was tried of waiting until my code gets compiled and browser refreshed. It is not perfect, on my old macbook pro I have to wait like twice longer than when editing in Chrome console but I understand that compiling coffee or stylus and page refresh might take a while, about blink of an eye.
What it do?
What it can't do yet?