Tagged Questions

0
votes
2answers
24 views

separation of js / css and it's effect on caching

Say I have the following setup: Page1.html Includes master.css, page1.css and page1.js Page2.html Includes master.css, page2.css and page2.js I have been told that merging the two js and ...