dreikanter / public-static

Programmer's approach to web content management
https://github.com/dreikanter/public-static
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Optiona CDN use #105

Open dreikanter opened 10 years ago

dreikanter commented 10 years ago

There should be an option to generate standalone (offline) web content.

  1. Include JS and CSS assets to the prototype.
  2. Add use_cdn configuration variable to control which assets source to use (local or CDN). Default value should be false (use local assets).
  3. Add --cdn option for build command to override configuration.