-
Bower supports usage through a [public API](http://bower.io/#programmatic-api).
It would be great to have the same capabilities for `grunt-init`.
I would like to use `grunt-init` from inside another p…
-
consider fetching origin master, then diffing origin master and local master, if (no diff) { pull master }, else { explode }
-
**Sails version**: 1.0.2
**Node version**: 10.5.0
**NPM version**: 6.1.0
**DB adapter name**: N/A
**DB adapter version**: N/A
**Operating system**: Mac OS
I face problem on grunt t…
-
We're at the point where a number of our most popular generators do not use Grunt. With this in mind, I think we should consider dropping or refactoring the messaging on our homepage to make it clear …
-
- [ ] Verify license at http://gruntjs.com/
- [ ] Create PNG
-
how to fix it ? I cant install on windows via:
npm install grunt --save-dev
error file below :
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 v…
-
While @jonathanolson was working on the MR for https://github.com/phetsims/scenery/issues/1643, linting hookes-law 1.1 (unpublished) failed with this error:
```
Running "lint-all" task
[.......…
-
Not completely sure whether this is a grunt-contrib-watch issue or a grunt issue so i'm submitting the issue in [both places](https://github.com/gruntjs/grunt-cli/issues/83), but here's my setup and w…
-
**Issue by [jasonsanjose](https://github.com/jasonsanjose)**
_Friday Sep 06, 2013 at 19:06 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/5100_
----
Filed by`@`nogo
Would be …
-
I have a build script that defines a custom banner, like so:
```
grunt.initConfig({
customLicenseBanner: '/*\n * This file\'s contents copyright 2014- \n */\n\n',
// rest of initConfig
});
```
I…