Vlad Filippov
Vlad Filippov
> That way I'd get the most out of Travis builds, where a trailing comma can be printed as an error in the jshint task and causes the build to...
This is moved to Milestone 0.4.3, sadly not enough time to test this with 0.4.2 properly.
In Grunt 0.4 the suggestion is to use https://github.com/JamesMGreene/grunt-chmod to do this. Pushing issue to 0.5.0
Code looks good, but I will need to run this locally to make sure it deprecates. I Will try to get to that soon
cc @JKAussieSkater
We still maintain parts of it, security issues, etc and especially the plugins.
In the meantime you can use https://www.npmjs.com/search?q=keywords%3Agruntplugin
The nested options help us keep configuration clean, keep the READMEs clean, etc. Here are 3 examples of nested options: > Soucemap configuration ``` options: { sourceMap: true }, ```...
Currently set milestone target is 0.4.3. Which is the next release, so we shall look at this.
We have looked at this and discussed some syntax options. Something like `['jshint --force',...` is not applicable. There are a lot of task running cases to look into, we shall...