Skip to content

Front-end web development automation with node and gulp.

Notifications You must be signed in to change notification settings

liberat0r/gulpjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulpjob

Front-end web development automation with node, gulp and compass.

What does it do

Optimizes images, concatenates and minifies JS, compiles and compresses SCSS with libsass and handles spriting with compass.

Installation

You need nodeJS and ruby compass. With npm added to your PATH environmental variables, the following command:

  • npm install

Example File Structure

src
├── js
│   ├── _vendor
│   │   └── [vendor js files...]
│   ├── scripts.js (included and contactenated scripts)
│   ├── _included.js (included in the file above with gulp-include)
│   └── single-script.js (a single script file)
└── scss
    ├── _vendor
    │   └── [vendor scss files...]
    ├── styles.scss (included and contactenated styles)
    ├── _included.scss (included in the file above with sass @import)
    └── single-style.scss (a single style file)

Usage

Install and run gulp.

About

Front-end web development automation with node and gulp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published