sanmi / concharto

Automatically exported from code.google.com/p/concharto
0 stars 1 forks source link

add far futre expires for .js and .css files #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Easiest:
1. make deploy add the version to each js and css file e.g. style-1.1.3.css
2. update page.tag to add the version number to the link

Harder
1. make deploy add a build number to each js and css file e.g.
style-1.1.3.css. build number has to be written at deploy time
2. update page.tag to add the version number to the link

Note: see YUI site for guidance on this

Original issue reported on code.google.com by frank.sa...@gmail.com on 17 Jan 2009 at 5:31