Top "Gruntjs" questions

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

How can I run a grunt task from within a grunt task?

I've created a new grunt task and within it I want to use grunt-contrib-concat to concatenate a few files together. …

javascript node.js gruntjs
grunt - getting "Local Npm module "xxx" not found. Is it installed?" What's causing this?

I just received a copy of a grunt package to work on, but I'm new to grunt and am having …

node.js gruntjs
How to use grunt-contrib-livereload?

I'm trying to use grunt-contrib-livereload, but can't seem to figure it out. The readme seems to skip over everything that …

gruntjs livereload
Cannot find module 'internal/fs' after upgrading to node 7

We've recently tried to upgrade to node v7.0.0 on our build server, but started to have issues during the application …

javascript node.js npm gruntjs bower
How to run grunt server in dist directory instead of app directory?

After grunt building my AngularJS app to my dist directory, I would like to test it out with grunt server. …

angularjs gruntjs yeoman
How grunt watch files in sub folders?

My codes folders and files like this, you never know how many sub folders in it: js/sub1/a.js …

javascript gruntjs
Jenkins integration with Grunt

I've setup Jenkins v1.550 on Windows Server 2008 R2. It runs as a service at http://localhost:8080 for now. I'm logged …

node.js jenkins gruntjs jenkins-plugins grunt-cli
Javascript web app and Java server, build all in Maven or use Grunt for web app?

We are doing a web application with AngularJS and we like the idea of using Bower for Dependency Management and …

maven build angularjs build-automation gruntjs
Cannot install phantomJS in Karma

WARN [config]: config.configure() is deprecated, please use config.set() instead. WARN [plugin]: Cannot find plugin "karma-phantomjs". Did you forget …

phantomjs gruntjs karma-runner
how to minify js files in order via grunt-contrib-uglify?

I have a directory like below: /folder/b.js /folder/jQuery.js /folder/a.js /folder/sub/c.js I …

javascript node.js gruntjs uglifyjs grunt-contrib-uglify