cs10 / bjc-r

The Beauty and Joy of Computing public resource repository.
https://beautyjoy.github.io/bjc-r
30 stars 100 forks source link

Optimize Script Loads and reduce HTTP requests #94

Closed cycomachead closed 10 years ago

cycomachead commented 11 years ago

We should go through and determine the best order for all script and CSS loads. We should also try to determine where we don't need to load certain scripts. (Quiz scripts should be loaded only on quiz pages.)

cycomachead commented 10 years ago

Being clever in bjc-loader + a build system ( #287 ) is the way to go!