|
You are here |
manuel.kiessling.net | ||
| | | | |
juffalow.com
|
|
| | | | | If you work on a larger project, you have surely write a build script, which helps you with repeating tasks. This can be concatenating javascripts, compiling SASS / LESS files, moving or deleting some files, etc. Each task like this can be ( relatively ) easily defined in Grunt and it will take care of everything. | |
| | | | |
abdulapopoola.com
|
|
| | | | | I already wrote about theawesomeness of GruntJSand here is how to set up your own Grunt system. 1. Installation GruntJS runs on nodejs so you need that installed first. Once nodejs and npm are installed, use the following command to install Grunt (the -g flag installs it globally). npm install -g grunt-cliThis installs the grunt... | |
| | | | |
www.taniarascia.com
|
|
| | | | | You've probably heard of Grunt, the JavaScript task runner that runs on Node.js. Maybe you've tried to get it up and running, but got lost... | |
| | | | |
roland.kierkels.net
|
|
| | | |||