kyledjoseph / shopgab

GitHub repository for ItemNation
http://166.78.49.117/
0 stars 0 forks source link

Combine Javascript into single HTTP request #100

Closed christianbundy closed 11 years ago

tmatthewsdev commented 11 years ago

We can use PHP to automatically combine and minify all js and css on runtime, and cache the results into checksum unique files, similar to the Rails Asset Pipeline. That way, we don't need to make one huge JS file that's hard to read.

christianbundy commented 11 years ago

You're the man! I was just going to use a precompiler, but if it's already built into FuelPHP then that's definitely the best way to go about it.