Original Timestamp: 2014-01-26 22:56:14.080675

Original Timestamp: 2014-01-26 22:56:14.080675 Woot – Blog finally live (though in early stages!)… Originally started from folliwing this: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world … Since, I have added some functionality, migrated the app to ‘The Cloud’ and added this blog front page (as well as a users’ page). Stay tuned for future updates / blog posts… I intend to[…]

Minifying css

Original Timestamp: 2014-03-08 pip install csscompressor; echo -e “mv bootstrap.min.css bootstrap.min.css.bak\n\ cp bootstrap.css bootstrap.css.bak\n\ python -m csscompressor -o bootstrap.min.css bootstrap.css”>>minify.sh; chmod +x minify.sh; ./minify.sh