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. ...