From 3b858928c5cb6ad56dd7912ac59b1adb85cfbf33 Mon Sep 17 00:00:00 2001 From: Gordon Koo Date: Fri, 15 Mar 2013 11:19:32 -0700 Subject: [PATCH] update minify script to point to the new less location --- minify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minify.sh b/minify.sh index cc883929..77f9924a 100755 --- a/minify.sh +++ b/minify.sh @@ -16,5 +16,5 @@ echo "Done minifying..." echo "" echo "Compiling LESS > CSS..." -lessc -x /Users/gkoo/Sites/hopscotch/css/hopscotch.less > /Users/gkoo/Sites/hopscotch/css/hopscotch.css +lessc -x /Users/gkoo/Sites/hopscotch/less/hopscotch.less > /Users/gkoo/Sites/hopscotch/css/hopscotch.css echo "Done compiling..."