Questions tagged as 'grunt'

0
answers

I'm having trouble with Bower installation, how do I solve it? [closed]

I'm having trouble with bower installation, I already had it installed, I even worked on some projects using "yo + grunt + bower". However, today when I was creating a new project I got a problem in running bower, when I run the command to insta...
asked by 19.07.2014 / 03:30
2
answers

How to install Grunt offline?

I already have Node.js and Npm installed and wanted to know if there is a way to install Grunt and use it offline?     
asked by 04.03.2016 / 01:55
2
answers

How to remove automatic comments generated by Compass?

I write the code in SCSS, and when I generate the CSS it comes with comments of where the Class or ID is in my SCSS. Does anyone know how I can remove these comments generated by the compass from my CSS file?     
asked by 10.03.2014 / 20:07
1
answer

Doubts about grunt

I'm not very experienced in javascript and wanted to know what a production version would be. I'm using Grunt to concatenate and minify my application in order to make it smaller. The files generated by this process (app.js, app.min.js) will s...
asked by 10.02.2016 / 13:49
1
answer

Can I use GZIP compression on files that have been minified by Gulp or Grunt?

Can I use GZIP compression on files that have been minified by Gulp or Grunt? I wonder if there is a possibility that I have problems with that. Or if I would have an even faster loading on the browser side.     
asked by 09.03.2016 / 15:35
1
answer

Working with Grunt

I have read a lot about some tools used to facilitate the workflow on the front end and I knew Grunt, I understood his function and when it might be useful, but I have the following doubt when I use Grunt to perform the tasks of minification, co...
asked by 03.09.2015 / 16:14
0
answers

Grunt creating wrong files

I'm using grunt-hogan , in Gruntfile these settings are. "use strict"; module.exports = function(grunt) { var config; config = { hogan: { tmp: 'template.html', output: 'js/tmp/mytemplate.js'...
asked by 02.10.2017 / 17:06
0
answers

Grunt watch does not detect new images

Hello, I'm trying to get the grunt to watch in a directory and when a new image is added, it compares it. However, it does not perform anything when I add images to the directory, it works perfectly for my less and js. package.json "devDepe...
asked by 31.08.2017 / 01:22
0
answers

Use grunt watch in different directories within the same project and at the same time

Talk Galera. I'm not an expert on Grunt, but I turn around and currently work with grunt running in a more conventional framework, where files of the same extension are in the same folder, for example: ".scss" inside the assets folder / sass...
asked by 14.03.2017 / 19:02
0
answers

Error when executing grunt command

So I installed the grunt here and when I run the grunt command it appears error on unglify targets found    warning: task "unglify" failed. use --force to continue My gruntfile.js is like this module.exports = function(grunt) { gru...
asked by 27.01.2017 / 04:18