Version: 1.0.0
Maintainers: Sebastian Prein ([email protected])
The Gulp Project is your piece of software that will fasten your seatbelts and boosts your developing routine.
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. |