Top "Gruntjs" questions

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

How to compile .less files on save in Visual Studio 2015 (preview)

Ok, so I've created a new ASP.Net 5/MVC 6 project in Visual Studio 2015 Preview. In keeping with our current method …

gruntjs less visual-studio-2015 asp.net-core asp.net-core-mvc
Using grunt server, how can I redirect all requests to root url?

I am building my first Angular.js application and I'm using Yeoman. Yeoman uses Grunt to allow you to run …

node.js angularjs gruntjs yeoman angularjs-routing
Automate npm and bower install with grunt

I have a node / angular project that uses npm for backend dependency management and bower for frontend dependency management. I'd …

javascript node.js npm bower gruntjs
How to deploy node app that uses grunt to heroku

I'm using grunt and also grunt plugins like grunt-contrib-copy, grunt-contrib-mincss (that listed as npm dependencies for my application). Also I …

node.js heroku npm gruntjs
Grunt need compass installed in system PATH Warning

I want to install Yeoman, Grunt and bower to my node project. I made a node project in Eclipse (using …

eclipse node.js gruntjs yeoman bower
grunt throw "Recursive process.nextTick detected"

I'm running Lion 10.9.2 with nodejs v0.10.26 I want to setup an automated compilation on sass files and a live reload …

node.js gruntjs grunt-contrib-watch
arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6')

Currently I'm running my tests with protractor/grunt but I'm getting the follow error message: 'arrow function syntax (=>)' …

javascript gruntjs ecmascript-6 jshint grunt-contrib-jshint
What's the difference between concat and uglify and minify?

What's the difference between concat, uglify, and minify tasks in grunt? I set up an uglify task for all of …

concatenation gruntjs minify uglifyjs
grunt: uglify css files with uglifyjs

I'm using grunt to uglify my static files (using grunt v0.4.0). I have configured it to uglify one file, but …

gruntjs
How to compile multiple scss files using grunt-sass

I am trying to compile multiple .scss files into a single CSS file. This actually works but only grabs the …

sass gruntjs grunt-contrib-sass