Top "Gruntjs" questions

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

Grunt with Compass and Watch compiles slow

Grunt takes a quite long to compile the css file, I am not sure if this is normal but regular …

performance gruntjs watch grunt-contrib-watch grunt-contrib-compass
difference between uglify and obfuscate? Is one more safe?

Recently I was asked to obfuscate my javascript in order to hide a client's api key. I'm using grunt. Will …

javascript gruntjs obfuscation uglifyjs deobfuscation
How to modify grunt watch tasks based on the file changed?

I'm writing a node.js program that will watch a directory filled with a large (300-ish) amount of scss projects. …

node.js compass-sass gruntjs grunt-contrib-watch
Shim a jQuery plugin with browserify

Hi I'm using the grunt browserify task to setup my code, I have shimmed in jQuery and I'm now trying …

javascript jquery gruntjs browserify shim
JSHint thinks Jasmine functions are undefined

I've got a Grunt setup which uses Karma+Jasmine and JSHint. Whenever I run JSHint on my spec file, I …

javascript gruntjs jasmine karma-runner jshint
grunt serve from a fresh Yeoman install returns - Warning: Task "serve" not found

After running yo angular and then cd'ing into the application's root folder (at same level as the app folder, gruntfile, …

angularjs gruntjs yeoman yeoman-generator-angular
<%= yeoman.app %> and <%=yeoman.dist %> variables for a gruntfile

I often see in some example gruntfiles the use of <%= yeoman.app %> and <%= yeoman.dist %> environment …

gruntjs yeoman
Running Grunt from Visual Studio post build event command line

I've attempted to do this both in Visual Studio 2010 and Visual Studio 2012. If my Gruntfile.js file is in the …

visual-studio-2010 visual-studio-2012 gruntjs post-build-event
Grunt watch not working

I tried to run the watch task by grunt in node.js but it doesn't work for me (this is …

javascript node.js gruntjs grunt-contrib-watch
How to configure sourceMaps for LESS using Grunt?

I'm using grunt 0.4.2 and grunt-contrib-less 0.9.0. I want my LESS to be compiled into CSS with support for source maps. My …

css less gruntjs source-maps