-
This has to do with live refreshing in the browser. Your tutorial on Grunt / Libsass is perfect to get the compilation scss to css going. However it stops short of getting a sever running to inject…
-
Using version 0.1.3 with Grunt 0.4.2, after the transfer Grunt just hangs after finishing the transfer.
Example:
``` bash
~/Development/beslishulp-app $ grunt rsync:deploy
Running "rsync:deploy" (rs…
-
I am using useMin to concat and uglify my files. Everything seems to be working, the files are being concated, uglifyed and source maps are generated. The problem is - when I set breakpoints in the so…
-
Getting following error -
C:\sample2>grunt
> > Local Npm module "grunt-install-dependencies" not found. Is it installed?
> > Loading "html_validation.js" tasks...ERROR
> > TypeError: Cannot assign to…
-
For those new to grunt, the getting started section of the main README is incomplete, only assuming and implying the user will know to register the task, after making it available through loadNpmTaks(…
-
setting up a command to call a bat file that is inside a sub directory of my project. When I try to follow the examples in your documentation using cmd: './folder/file.bat' I get a Error: Command fail…
-
### 1. Summary
[**Default options documentation**](https://github.com/vkadam/grunt-jsbeautifier#default-options-from-js-beautify-can-be-used).
But `wrapLineLength: 0` not default as it is written in…
-
When copying a symlink, I've usually expected the contents of the link's target directory to be copied. Since updating to Grunt 1.0 an empty directory with the name of the symlink is created, with no …
-
I am using this configuration when trying to compile the templates:
```
handlebars:{
all:{
files:{
"js/partials.js":"templates/source/**/*.handlebars"
},
optio…
-
Hey there,
I found a way how to seperate my tasks with your grunt plugin.
`grunt nightwatch:chrome --group `
is helping a lot. But since I'm using Grunt because of their tasks I'd like to use this f…