Top "Gruntjs" questions

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

WARNING: Tried to load angular more than once. Angular JS

I am trying to view my app after running Grunt Build. I use grunt serve:dist to see all production …

javascript angularjs gruntjs
"No ESLint configuration found" error

Recently, we've upgraded to ESLint 3.0.0 and started to receive the following message running the grunt eslint task: > $ grunt eslint …

javascript gruntjs eslint grunt-eslint
Running a command in a Grunt Task

I'm using Grunt (task-based command line build tool for JavaScript projects) in my project. I've created a custom tag and …

javascript templates gruntjs continuous-integration google-closure-compiler
Grunt on Windows 8: 'grunt' is not recognized

I'm having a problem running Grunt from the command line on my Windows 8 machine. My research indicates the most common …

node.js gruntjs grunt-cli
Grunt installed but not working - "Command not found" on Mavericks

I'm trying to use grunt with sass and have been following these guides: http://gruntjs.com/getting-started http://benfrain.com/…

installation gruntjs osx-mavericks
How to upload file in angularjs e2e protractor testing

I want to test file uploading using an angularjs e2e test. How do you do this in e2e …

angularjs file file-upload gruntjs protractor
ESLint's "no-undef" rule is calling my use of Underscore an undefined variable

I am using Grunt as my Build Tool and ESLint as my linting tool for an app I am working …

javascript angularjs gruntjs underscore.js eslint
What's the purpose of gruntjs server task?

I'm learning how to propel use gruntjs. I found the server task but I can't get the point. Can i …

node.js gruntjs
'grunt' is not recognized as an internal or external command for some windows users

Grunt is not working for all Windows users. Some users are facing some issues, when I run npm install command; …

javascript node.js gruntjs
grunt (minimatch/glob) folder exclusion

I have a situation where I'm trying to use grunt to lint a codebase, excluding specific folders. grunt uses minimatch (…

javascript regex node.js glob gruntjs