Questions tagged as 'grunt'

2
answers

Options for generating documentation for javascript libraries

I've been heavily using jsdoc3 with docstrap , however it requires a large amount of third-party libraries to generate documentation with node and grunt , someone knows a robust alternative (which has a specification le...
asked by 16.02.2014 / 05:49
3
answers

Is it possible to move NodeJS modules to be used 'offline'?

I use GruntJS for personal projects, I would like to use the benefits of this tool at work, however the use of the network is limited and I can not install via the prompt. I tried to copy the node_modules directory but it does n...
asked by 09.02.2014 / 23:32
1
answer

Build javascript modules, how to package (modules)?

I'm using require js and want to optimize requests by reading documentation in github , I know you can set up a task in Grunt to concatenate my modules plus I'm a bit confused on how to set up this task and how exactly it will work. Structu...
asked by 31.08.2015 / 03:13
2
answers

Concatenate .sass files with Compass

I'm trying to concatenate (unify) multiple .css files generated from SASS and I'm using Compass to process my files. I'm using Grunt to perform some tasks, including concatenating files, however as I try to merge the generated .css files, man...
asked by 30.01.2014 / 20:52
0
answers

Problems in grunt tasks for versioning when html files are inside other folders

Using Grunt, I have installed and configured plugins : - grunt-contrib-copy - grunt-contrib-clean - grunt-contrib-concat - grunt-contrib-uglify - grunt-contrib-cssmin - grunt-usemin - grunt-contrib-imagemin - grunt-rev In my architect...
asked by 08.09.2016 / 15:56
1
answer

GruntJS error installing plugin using Vagrant

I try to install puglin    npm install grunt-contrib-uglify --save-dev In my project using vagrant and gives permission error follows below: npm ERR! Please try running this command again as root/Administrator. npm ERR! Linux 3.13.0-61-...
asked by 21.09.2015 / 04:41
1
answer

I can not access a site served by the Grunt server from another computer on the LAN

I'm trying to access my Grunt-served development environment and the site just does not open. It is as if it did not exist. Among other features I'm using livereload , jshint and karma but I think the problem is not related t...
asked by 27.05.2014 / 02:32
1
answer

Change path path with grunt

I have a problem with my application. It will be all angular, but I need to know how I can change the path of my javascript according to my environment. Example: If I'm developing in the dev environment it will use style.css ,...
asked by 26.02.2015 / 20:37
1
answer

Problem with grunt-uncss

I would like to know if it is possible to read a .CSHTML file with grunt-uncss, because I searched and tried and so far I have not had any results.     
asked by 21.10.2014 / 19:05
1
answer

Working with javascript environments using Grunt

I have a very bad problem in my web projects, I do not work with environments, I wanted my application to have different configuration types according to the environment, for example: in the DEV environment my application accesses a server and i...
asked by 11.09.2014 / 02:15