I would suggest clone FED gulp starter into _fed
folder localized into project root.
Ruby To install ruby go to official website
1. sass
$ gem install sass
Node.js To install node.js go to official website
1. gulp
$ _fed/npm install --global gulp
2. install node and bower dependencies
$ _fed/npm install
Start file watchers
$ _fed/gulp or _fed/npm start
The only files you will edit are config.js and inside src
folder. There are sub-folders like:
css
hasmain.scss
file which gonna be minify and optimized for all supported browsersjs
all scripts will be compile, minify and concatimages
allimage files
in this folder gonna be compressed and optimized
Compiled files will be genarated into ./preview
folder. You can always change destination folder variable outputPath in config.js
If you have any problems or improvements suggestion feel free to email me [email protected]