Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 293 Bytes

GULP Assets

A template project to handle basic asset compilation for sites without a built-in asset pipeline.

Usage

To run all asset compilation tasks:

gulp

To run the stylesheet compilation tasks:

gulp css

To run the javascript compilation tasks:

gulp js