Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

README.md

File metadata and controls

23 lines (16 loc) · 1 KB

The Gulp Project

Version: 1.0.0
Maintainers: Sebastian Prein ([email protected])

Welcome my friend!

The Gulp Project is your piece of software that will fasten your seatbelts and boosts your developing routine.

Available Tasks

All tasks also grab components installed with Bower (bower.json).

Task Command Description
(default) gulp Runs all subtasks at once.
clean gulp clean Deletes all compiled files.
fonts gulp fonts Moves custom/vendor fonts to build folder.
images gulp images Compresses images.
scripts gulp scripts Compresses/merges custom/vendor scripts.
styles gulp styles Compile/compress styles.
watch gulp watch Watch files and run relevant tasks.