Diego Netto
Diego Netto
Really not a fan of CoffeeScript but I'm definitely willing to pull in support for it if the community wants it! I really like what Google has done with Traceur...
To repeat what I said earlier, I'm willing to pull in support for CoffeeScript if the community wants it, but was waiting for more requests to come in before making...
@cschneid I'll take a look at the `js2coffee` tool and see if I can knock this feature request out within the next week or so, since its become a more...
I stand behind the @Yeoman team in believing that the two can happily coexist - https://github.com/yeoman/yeoman/issues/1232 Check out this related post on their blog - http://yeoman.io/blog/gulp-explore.html We can introduce a...
Awesome @jimthedev ! Thank you for looking into this, it will make a lot of people happy. I haven't made time for this personally since Grunt works fine for me,...
Here's a link to their Gulpfile for that generator - https://github.com/yeoman/generator-gulp-webapp/blob/master/app/templates/gulpfile.js Should serve as a good starting point!
I only added the grunt wrapper tasks for `cordova` commands to save a few keystrokes, so I think its more than fair to just let Gulp users invoke `cordova` directly.
@jimthedev how is your gulp version of the build system coming? I'm looking to work on this later this week so if you want to submit a PR before then,...
@izifortune I was planning on adding this next to the generator. I am curious how you utilized `wiredep` for this task. I was testing a modification to the Gruntfile that...
@fmammoli the largest benefit of using `grunt-uncss` is to reduce the size of your stylesheets so that your pages load faster across the network. I follow Addy's work so I've...