cd ecommerce
&& bower install
&& npm install
nodejs
ruby
In this corner Ruby with: sass > 3.1
$ gem install sass
And in this corner JS with: gulp
$ sudo npm install -g gulp
app
Folder with main code.app/sass
Folder with main style.app/main.scss
main style file.app/views
Folder with main views ( usually for jade ).
dist
Folder with production code.dist/styles
Folder with production css.