HTML-Skinning-Boilerplate icon indicating copy to clipboard operation
HTML-Skinning-Boilerplate copied to clipboard

Make "site-prod" folder

Open kamlekar opened this issue 10 years ago • 2 comments

Currently, the "site" folder is for development. but there should also be "site-prod" folder which holds minimized js, css, html and svg code.

kamlekar avatar Oct 13 '15 08:10 kamlekar

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.

kamlekar avatar Nov 26 '15 09:11 kamlekar

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}.

kamlekar avatar Mar 07 '19 08:03 kamlekar