Top "Gruntjs" questions

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

How to include scripts automatically in a yeoman/grunt project?

I have a working yeoman project. I am using grunt-usemin. To include javascripts, I do this in index.html: <!…

javascript gruntjs yeoman grunt-usemin
Grunt debugging from Webstorm

Its possible to run grunt tasks within WebStorm through external tools. However, is it possible to avail debugging with external …

node.js debugging intellij-idea gruntjs webstorm
Warning: connect.static is not a function Use --force to continue

I am using YO lessapp project, "grunt-contrib-connect" helps me to start a node js server on 9000 port. Whenever I run …

gruntjs npm grunt-contrib-connect
grunt replace all less files into css files

I use grunt to convert all my less files into css files,using this: less: { development: { files: { "css/*.css": "less/*.…

javascript less gruntjs glob
How to grunt-uglify multiple script files while keeping folder structure

I have not found a good way to grunt-uglify multiple script files spread over multiple folders while keeping the folder …

javascript gruntjs grunt-contrib-uglify
Grunt watch warning: EPERM, operation not permitted

I have a very annoying problem with gruntjs and grunt-contrib-watch plugin. After some time, I can not define, it may …

gruntjs grunt-contrib-watch
Yeoman for Angular, then "grunt serve" won't start

This is the first time I use yeoman to setup the scaffolding for an AngularJS app, and I have to …

node.js angularjs gruntjs yeoman
Generating source maps from browserify using grunt

I have followed the instructions here: https://www.npmjs.org/package/grunt-browserify, to try and set up source maps for …

javascript gruntjs browserify commonjs
How should I configure grunt-usemin to work with relative path

I have a grunt project backed by a yeoman-generator that I've built based on the generator-webapp, if it's of any …

gruntjs yeoman assemble grunt-usemin
Grunt.js, Warning: Unable to write "src" file (Error code: EISDIR)

I have an Gruntfile written in CoffeeScript and I keep getting an (Error code: EISDIR) when the cssmin task is …

coffeescript gruntjs grunt-contrib-watch