qasimalyas / Jekyll-site

Converting site to using jekyll in favour of speed maintainability
1 stars 1 forks source link

Add compression for html, css and javascript #1

Open qasimalyas opened 12 years ago

qasimalyas commented 12 years ago

You can use stylus to output the minified css but need a solution for javascript and html minification.

matthodan commented 11 years ago

You might want to take a look at Jekyll Asset Pipeline. It adds a powerful asset pipeline to Jekyll and supports conversion of CoffeeScript, Sass, Less or any other language via custom preprocessors. It can also automatically compress assets with Yahoo's YUI Compressor or Google's Closure Compiler.