Minify CSS

This commit is contained in:
Saivann 2014-03-18 15:31:58 -04:00
parent f69f387b5b
commit 314ce7346a

View file

@ -34,7 +34,7 @@ module Jekyll
f = file = File.new(@file, "r")
else
source = File.read(@file)
f = IO.popen("lessc -", "w+")
f = IO.popen("lessc -x -", "w+")
f.write(source)
f.close_write()
end