From d026f55181dda080f5ae3a100bf1532952d29c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Sat, 1 Feb 2014 14:05:50 +0100 Subject: [PATCH] cripple build.sh since moving to grunt --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 81ac4e7..22cee92 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,9 @@ case $arg in ./node_modules/.bin/stylus -l -w src/solarized-css/ -o . ;; gh-pages) - #FIXME this process needs to be changed + #FIXME this process needs to be changed + #FIXME built files are in the /build instead of / + git diff-files --quiet || ( git status echo "Unclean, exiting"