18 ms·
Yeah, we're working on making "plaintext" styles right now. Even ASCII could use a little JobSpice love.
by amccollum 17y ago
Yeah, we're working on making "plaintext" styles right now. Even ASCII could use a little JobSpice love.
- zackattack 17y agoWhat's the deal with the /static/{js|css}/combined.(hash) stuff? Is that part of a home-brewed deployment solution?
- amccollum 17y agoYeah, we implemented a build process that combines and minifies all the CSS and JS files, and also converts all the images to sprites to cut down on requests. The hash is to facilitate more efficient caching (you can set it to never expire). I've been toying with the idea of open-sourcing it, but it would definitely need some cleanup first.