Top "Gruntjs" questions

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

error when starting the server with grunt or node server

I am trying to use the mean stack as described here : http://mean.io/ after install, when making "grunt", there …

node.js express gruntjs mean-stack
grunt contrib-sass sourcemap enable

I can't get a lot of contrib-sass features to work in grunt. I dived into grunt a day ago and …

sass gruntjs watch no-cache source-maps
Difficulty getting browserify-shim working with grunt-browserify (> 2.0.2) as transform

In version 2.0.2 of grunt-browserify, browserify-shim was removed from the module itself and converted to be used as a transform, rather …

javascript node.js gruntjs commonjs browserify
Retaining output colors when shelling out to node

I have a little Grunt task that shells out via node and runs "composer install". var done = this.async(); var …

javascript node.js stdout gruntjs child-process
The implementation option must be passed to the Sass task

Running grunt - I get this error message: Running "sass:all" (sass) task Fatal error: The implementation option must be …

npm sass gruntjs node-sass gruntfile
Grunt Uglify - How to create a source map for debugging?

I'm using grunt in a project and created tasks to minify and concat many .js files. I'm now trying to …

javascript node.js gruntjs uglifyjs source-maps
References to font (font-awesome) resources are not updated in yeoman/angular grunt build

I'm aware of the SO threads about this (I've linked them below), but unfortunately I couldn't solve this with them, …

angularjs gruntjs font-awesome bower bootstrap-sass
How to fix the jQuery 1.8 “unsupported pseudo” error?

A plugin I’m using relies on $(':animated'), but since I upgraded to jQuery 1.8.0 this throws an error: Uncaught …

jquery jquery-selectors sizzle gruntjs
Compass can't find any Sass files to compile

Trying to learn Grunt. I have installed the grunt-contrib-compass,and grunt-contrib-watch plugins. When I use grunt in terminal, it runs …

javascript sass gruntjs compass grunt-contrib-compass
Yeoman: LiveReload vs. Yeoman Watch

I'm trying out Yeoman Server for the first time and see that it offers a native watch tool as a …

javascript gruntjs yeoman livereload