Top "Gruntjs" questions

Grunt is a task-based command line build tool and task runner for JavaScript projects.

How to concatenate and minify multiple CSS and JavaScript files with Grunt.js (0.3.x)

Note: This question is only relevant for Grunt 0.3.x and has been left for reference. For help with the latest …

javascript css concatenation minify gruntjs
What does -save-dev mean in npm install grunt --save-dev

I've just started using Grunt.js. It is pretty hard to set up and I am at the point of …

node.js gruntjs npm
Karma: Running a single test file from command line

So, I've been looking all over for this, found "similar" answers here, but not exactly what I want. Right now …

javascript gruntjs gulp karma-runner karma-jasmine
How to uninstall npm package?

I've installed grunt using sudo npm install grunt and now I can't remove it. I've tried: $ sudo npm uninstall grunt …

gruntjs npm uninstallation
How to tell if npm package was installed globally or locally

I am installing grunt, node, npm, bower, and grunt-cli on windows7. The instructions say i should run the install commands …

node.js gruntjs npm
Exporting a class with ES6 (Babel)

I'm writing some frontend code with ECMAScript 6 (transpiled with BabelJS, and then browserified with Browserify) so that I can have …

javascript gruntjs browserify ecmascript-6 babeljs
Copy all files from directory to another with Grunt.js copy

I'm trying to copy all the files in a directory to another directory as part of my build process. It …

javascript gruntjs
Have Grunt generate index.html for different setups

I'm trying to use Grunt as a build tool for my webapp. I want to have at least two setups: …

javascript build build-automation gruntjs
What is the role of src and dist folders?

I'm looking at a git repo for a jquery plugin. I want to make a few changes for use in …

javascript jquery jquery-plugins gruntjs
npm windows install globally results in npm ERR! extraneous

I am new to grunt and npm. So I am trying some "cookbook-example" on the site 'http://tech.pro/tutorial/1190/…

windows gruntjs npm