gulpjob
Front-end web development automation with node, gulp and compass.
What does it do
Concatenates and minifies JS, compiles and compresses SCSS, handles spriting, and creates sourcemaps for the above.
Installation
You need nodeJS and ruby compass. With npm added to your PATH environmental variables, run either of the following commands:
npm install
install.bat
windows batch filenpm install gulp --global
andnpm install gulp gulp-uglifyjs gulp-compass gulp-concat-sourcemap gulp-autoprefixer gulp-minify-css gulp-notify gulp-rename gulp-clean --save-dev
If you would like to receive notifications from gulp-notify, you must install snarl or growl
Usage
Install and run gulp
.