This is an introduction to sass-scss, compass and jade By Diego Santiesteban - @gato_developer
- Convert HTML to jade syntax HTML to Jade
- Convert Jade to HTML syntax Jade to HTML
- nodejs
- sass
- compass
#####plus
- bower
- gulp
How to validate if I have installed this.
$ compass -v
$ sass -v
$ gulp -v
Install ruby gems
$ gem install sass
; gem install compass
if you have nodejs installed, you can install jade, bower and gulp with npm
$ npm install jade -g;
$ compass watch -c config.rb
$ jade -w jade -o ../public
$ git clone git@github.com:gatodeveloper/sass-jade.git
or
$ git clone https://github.com/gatodeveloper/sass-jade.git
or download zip
0.0.1
MIT