File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 33js /mobile.js
44js /init_plot.js
55css /mobile.css
6+ cache.manifest
Original file line number Diff line number Diff line change @@ -31,13 +31,11 @@ java -jar "../tools/yuicompressor-2.4.8pre.jar" --type=js --disable-optimization
3131
3232cd ..
3333echo " Done!"
34- echo -n " Increment cache version... "
34+ echo -n " Generate cache.manifest... "
3535
36- CACHE_VERSION=` awk ' /^\# version/ { print $3 }' cache.manifest`
37- CACHE_VERSION=` expr $CACHE_VERSION + 1`
38- sed -i " s/^\(# version\) [0-9]\+/\1 $CACHE_VERSION /" cache.manifest
36+
37+ sed " s/^\(# version\) .*$/\1 $VERSION ` date +%s` /" cache.manifest-dev > cache.manifest
3938
4039echo " Done!"
4140
42- echo " Cache version: $CACHE_VERSION "
4341echo " Build version: $VERSION "
Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # version 285
2+ # version {VERSION}
33
44# gogole maps files
55http://maps.google.com/maps/api/js?v=3.10&sensor=false&libraries=weather&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
You can’t perform that action at this time.
0 commit comments