HTML-Skinning-Boilerplate
HTML-Skinning-Boilerplate copied to clipboard
Make "site-prod" folder
Currently, the "site" folder is for development. but there should also be "site-prod" folder which holds minimized js, css, html and svg code.
To create this "site-prod", we should not let users to enter the link and script tags to include the plugins. Instead, we need to wrap these in functions, so that if necessary we can modify the path as necessary.
The only thing changes in site and site-prod folders is .min.css and .min.js. It might be better to just have the same site folder which can switch the dev, prod or some other environment based on the ran gulp {task}.