-
destAll template distribution files like HTML / CSS / JS that have been processed (compiled / minified) fromsrcfolder using Gulp. -
srcAll template source files like HTML / SCSS / CSS / JS that are then processed (compiled / minified) todestfolder.-
src/assets/jsContains mainmain.jsand JS vendor and plugin files. If you don't wish to use all included plugins and scripts, just remove unwanted vendor and plugin JS files fromsrc/assets/js/vendorandsrc/assets/js/pluginsthen remove unwanted functions fromsrc/assets/js/main.jsand recompile. -
src/assets/cssContains CSS vendor and plugin files. If you don't wish to use all included plugins, just remove unwanted vendor and plugin CSS fromsrc/assets/css/vendorandsrc/assets/css/pluginsthen recompile. -
src/assets/scssContains all project SCSS files that are compiled and minified indest/assets/cssfolder.
-
-
package.jsonIncludes the list of dependencies to install from npm. -
gulpfile.jsConfiguration file for Gulp library. It contains all tasks to perform with Gulp. Learn more about it from official Gulp documentation.
























