Skip to content

donovanh/grunt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Grunt + Sass example

An example showing how Grunt.js can watch and compile Sass content. Requires Ruby, Sass and Node.js.

Setup

To get started, install Ruby: http://www.rubyinstaller.org/

Then Sass: http://sass-lang.com/install#install-ruby-windows

Then Node.js: http://nodejs.org/download/

Then clone the repo:

git clone git@github.com:donovanh/grunt-example.git

(This will create a folder called grunt-example)

Navigate into this folder then install the dependencies:

cd grunt-example
npm install

Then run the grunt process:

grunt

You should then be able to edit the main.sass file and see the grunt process automatically catch changes in the terminal.

About

Very basic Grunt + Sass example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors