This repository contains the source files of the Gulp Flow.
The following packages and libraries are used in the project. Before developing, make sure you have the following tools installed and available globally:
Before initiating the first build, run npm install to make sure all the dependencies are installed properly.
The following Gulp tasks are available:
| Command | Description |
|---|---|
gulp |
Runs all tasks to produce development build |
gulp prod |
Runs all build and copying tasks to produce final output |
app– top-level directory of the sourceapp/content– HTML fragments of the page sectionsapp/files– custom filesapp/fonts– custom fontsapp/iconfonts– custom iconfontapp/img– custom imagesapp/js– custom JavaScript filesapp/scss– SCSS style filesdist– output of the build, static HTML and assets ready to be served