@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
where /q lessc || (
|
||||
echo You must install lessc: npm install -g less
|
||||
goto :eof
|
||||
)
|
||||
lessc --yui-compress timely-bootstrap.less ..\css\bootstrap.min.css
|
||||
Reference in New Issue
Block a user