/gulpjob

Front-end web development automation with node and gulp.

Primary LanguageJavaScriptMIT LicenseMIT

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 file
  • npm install gulp --global and npm 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.