Minification and Templating for Bloggart

I’m sick home, but I can’t just sit in bed. It’s not how I work: I need to do something. So, I decided to give some love to Bloggart and put into proper code some features I already said I wanted to add. I just committed on my Bloggart fork quite a list of things: Support for JS and CSS ā€˜Minification’ (no obfuscation though) Support for JS and CSS ā€˜Templating’ (i.e. Being able to use App Engine Djiango Template grammar into JS and CSS files) Support for JS and CSS ā€˜Memcaching’ Show line numbers for ā€˜<pre>sourcecode</pre>’ areas in posts Even though this is simple stuff, two of them stand out I think: Minification and Templating. Why? Because even if those are not complex or new, they speed Bloggart up even more! Let me spend a couple of words on it, so that it can be useful for you, even if you are not planning to use Bloggart. ...

November 26, 2010 Ā· 3 min Ā· 522 words