Fix bat script

pull/53/head
Christoph Kisfeld 9 years ago
parent 2d9985ce14
commit 25f9578e46

@ -1,9 +1,13 @@
@echo off
lesscc -version >nul 2>&1 && (
lessc -version >nul 2>&1 && (
lessc --verbose weather-icons/weather-icons.less css/weather-icons.css
lessc --verbose --yui-compress weather-icons/weather-icons.min.less css/weather-icons.min.css
if %ERRORLEVEL% == 1 (
echo Error compiling less code
)
) || (
echo ERROR:
echo The less compiler 'lessc' is not installed on your computer,
echo please visit http://lesscss.org
)
)

Loading…
Cancel
Save