0.1.1
Grunt task watch has been updated and now have livereload support built-in. Now it's not necessary grunt-contrib-livereload package.
This is project is a simple template for begin shortly a project with:
- SASS
- LiveReload preconfigured.
- Jshint preconfigured as default task.
-
Download repository.
-
Install dependencies:
$ npm install
Maybe you'll need to run npm install grunt-contrib-watch to get the last version of grunt-contrib-watch package. More info
-
You need install Livereload extension:
Note: You should read Limitations of Livereload for Safari
-
Run your project with:
$ grunt
-
Visit localhost:9000 to see your project
Project structure:
.
├── scss
├── public
│ ├── css
│ ├── js
│ └── index.html
├── .gitignore
├── .jshintrc
├── Gruntfile.js
├── package.json
├── README.md