Questions tagged as 'grunt'

0
answers

GRUNT CSS-MIN does not process with @import inline

Hello, I'm building an html page where I merge js files using Grunt and the grunt-usemin grunt-contrib-uglify grunt-contrib-concat To compile js I use the following structure <!-- build:js js/compact/modulos.js --> <scr...
asked by 20.02.2018 / 15:48
0
answers

Grunt not recognized

I installed globally, run npm install inside the project, but when I run the Grunt command the message: 'grunt' is not recognized as an internal command or external, operable program or batch file. I can not even see the grunt version     
asked by 17.01.2018 / 14:46
1
answer

Error compiling SASS / SCSS from Foundation 6 with Grunt

I'm trying to install and build Foundation 6 via SASS. Well, the installation via NPM I was able to do correctly according to the instruction on the site: link So I created the file Gruntfile.js and config.rb according to the document...
asked by 15.08.2017 / 20:33
1
answer

How to get values from a JSON and pass as SASS variables with Grunt

I need to compile templates using grunt and I want to put the color settings inside a JSON file that will be inside each layout folder, ie I need to use Grunt to read the JSON and pass the values as variables to compile the SASS.     
asked by 28.09.2015 / 21:17