mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Minify CSS
This commit is contained in:
parent
f69f387b5b
commit
314ce7346a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue