Top "Gruntjs" questions

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

How to compile .sass files on save in Visual Studio 2015

How can one get a full sass (i.e. scss) precompiler environment up and running in Visual Studio 2015? This is …

asp.net sass gruntjs visual-studio-2015
how to config grunt.js to minify files separately

there are some js files in static/js/ 1. a.js 2. b.js 3. c.js how to config grunt.js to …

javascript compression gruntjs
Fontawesome is not working when project is built with grunt

I'm using the font library font awesome. It works when the project is not built/uglified with grunt. But when …

angularjs gruntjs yeoman font-awesome
Configure grunt copy task to exclude files/folders

I have installed the grunt task grunt-contrib-copy. I embedd it in my Gruntfile.js and load the task via grunt.…

javascript copy gruntjs
No provider for "framework:jasmine"! (Resolving: framework:jasmine)

When I run the command grunt I get the following warning: Running "karma:unit" (karma) task Warning: No provider for "…

gruntjs karma-jasmine
What is Grunt for?

I'm trying to get into Grunt, which I am new to, but I do not understand its utility. I understand …

javascript automation gruntjs
How to ignore files grunt uglify

Background I've just started using grunt as of about 30mins ago. So bear with me. But I have a rather …

javascript node.js gruntjs uglifyjs
FontAwesome fails to load fonts locally and in electron app

I have downloaded FontAwesome using npm and then copied the css-file and the fonts into the right folders in the …

javascript css gruntjs font-awesome electron
grunt Fatal error: Unable to find local grunt in Yeoman

I installed yeoman and started the examples which are provided in the official documentation. I went through the suggested operations …

gruntjs yeoman
Gruntfile.js - Task "default" not found

Here is my Gruntfile.js module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON("package.json"), uglify: { options: { mangle: …

javascript gruntjs grunt-contrib-uglify