jmohler1970 / Palomar

Sample login site
MIT License
1 stars 0 forks source link

JS Structure #7

Open jmohler1970 opened 7 years ago

jmohler1970 commented 7 years ago

JS Structure

jmohler1970 commented 7 years ago

This sample site does not require a lot of Javascript, but I do have a few comments.

In application.cfc, I concatenate all the JS (and CSS) files. This is so that there is exactly one request for these resources. This helps to make sites slightly faster.

I don't do this concatenation with app.js because it is expected to change more often.