documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

cannot change timestamp in javascripts #234

Closed pickerel closed 12 years ago

pickerel commented 12 years ago

<%= include_javascripts :match %>

always output

〈script src="http://assets.xxx.cn/res/match.js?1339053564" type="text/javascript"></script〉

i'v tried restart nginx ,rejammit,but the timestamp not change.

how can i change the timestamp?

pickerel commented 12 years ago

Rails 2.3.9 Jammit 0.6.5

jashkenas commented 12 years ago

The timestamp changes when the modified time (mtime) of the source files changes.