hardwired
hardwired copied to clipboard
Implement js/css minification, or document a recommended approach
We should have a recommended approach to CSS/JS minification (sass/scss/less minification is built-in)
Sprockets http://documentcloud.github.com/jammit/ Juicer YUI compressor See if LESS->SCSS->CSS is faster than LESS->CSS (which requires js interpreter)