ensignlee / ssbook

ssbook
5 stars 3 forks source link

Rollup/Minimize javascript #154

Open camerondavison opened 13 years ago

camerondavison commented 13 years ago

Rollup the javascript into 1 file and minimize it. Also, put a time stamp on it so that caching is invalidated on code releases.

camerondavison commented 12 years ago

it would probably be great if this was done by re writting the javascript into closure. I really liked closure, and since it dose a compile of javascript, it cuts down on the number of bugs. it also has closure templates. this could make this a lot more work, so we should probably push it off for a while as of now.

camerondavison commented 12 years ago

Still need to minimize the js. But there should not longer be caching problems. All css and js links should have timestamp of last modified date on them. I think that ie6 still does some stupid stuff, but hopefully not :/