grunt icon indicating copy to clipboard operation
grunt copied to clipboard

Grunt: The JavaScript Task Runner

Results 124 grunt issues
Sort by recently updated
recently updated
newest added

The `grunt.config.get()` removes methods from ES6 classes (it works correctly when using prototypes). * The problem does not occur when using `grunt.config.getRaw()` instead of `grunt.config.get()`. * An example usecase is...

Hi, I work with Bootstrap and I have this problem. I have installed Grunt and compile only style.less but not the other files. When I change something in file which...

I have some application which uses grunt. My application was working perfectly until yesterday. But today, when I try to execute any grunt commands, I get 'Access is denied' error....

Is there any way in angular or through grunt to compare two directories of files with file names and return/write new file names to a text or json file

grunt requires [grunt-legacy-log][grunt-legacy-log] for console output, which requires [colors][colors] as module to color the output w/ console escape characters. By requiring [colors][colors] the simple way, it poisons (extends) the String.prototype....

I'm seeing this bug with grunt-concat and post-css... What's the new logic for the ordering of the files? When matching files with "*", I expect the ordering to be '_',...

I see that several plug-ins have added a force option, for example: https://github.com/gruntjs/grunt-contrib-jshint#force https://github.com/gruntjs/grunt-contrib-clean#force But it would be useful to have a general-purpose way of doing this at the grunt...

enhancement

I wrote a library using grunt to build itself. Let's call it L. I wrote a project using grunt to build itself, and using L as a dependency. Let's call...

I have developement task like `grunt.registerTask("dev", ["server", "jshint", "copy:dev", "coffeelint", "coffee", "watch"])` which will start server and copy files from /src into /public where is index.html and server pointed. This...

feature
tasks

When creating grunt plugins, it it sometimes really awkward that we can't set a custom folder for the tasks. Adding a dummy file `tasks/sometask.js` with the following content is pretty...