Top "Gruntjs" questions

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

requires a peer of grunt@>=0.4.0

Why do I get the error below? My grunt version is > v0.4.0 npm install grunt-contrib-concat --save-dev +-- UNMET PEER …

node.js gruntjs grunt-contrib-concat
grunt-contrib-copy - ignore folder when copying

Given the following source tree: dev 丨- psd 丨- psd.psd 丨- png.png 丨- css 丨- css.css 丨- …

gruntjs grunt-contrib-copy
grunt watch & connect

I am kinda new to grunt and want to use it with Jekyll and some LESS-compiling. My problem now is, …

javascript gruntjs jekyll grunt-contrib-watch
How make bower build the package?

Is there a way to make bower run a package grunt after it was cloned from GitHub? I'm trying to …

twitter-bootstrap gruntjs package-managers bower
How to limit CPU and memory usage for node processes

I would like to install a Ghost Blog on a shared server via GitHub. During the installation, I need to …

node.js gruntjs npm ghost
Node js as http server and host angularJS SPA

I have an application written on angularJS and built by grunt. Is there a way I can create a http …

angularjs node.js gruntjs single-page-application httpserver
Nodemon-like task in Grunt : execute node process and watch

I feel like I'm missing something. Here is what I want to achieve : Having a grunt task that executes my …

node.js gruntjs watch spawn
How to ignore one file in a grunt-watch task?

'use strict'; module.exports = function(grunt) { // Project Configuration grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), watch: { jade: { files: ['app/…

gruntjs grunt-contrib-watch
Grunt concat + uglify with sourcemaps

I use concat to merge JS files into one file and uglify to minimize the JavaScript. How can I create …

gruntjs source-maps grunt-contrib-concat grunt-contrib-uglify
Angular "Unknown Provider" error after minification with Grunt Build in Yeoman app

I'm having problems with grunt build on a Yeoman generated Angular app, using Coffee and Slim, with all libraries up-to-date. (…

javascript angularjs gruntjs yeoman uglifyjs