kamlekar / HTML-Skinning-Boilerplate

A Boilerplate/Scaffold to do HTML skinning faster for Websites.
15 stars 6 forks source link

Make "site-prod" folder #7

Open kamlekar opened 8 years ago

kamlekar commented 8 years ago

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 commented 8 years ago

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 commented 5 years ago

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