echo "[SUCCESS] Ruby Sass Build"
# test libsass install
-cd ..
-if [ -d "${FOUNDATION_LIBSASS_TEMPLATE}" ]; then
- rm -rf $FOUNDATION_LIBSASS_TEMPLATE
-fi
-git clone git://github.com/zurb/${FOUNDATION_LIBSASS_TEMPLATE}.git
-cd $FOUNDATION_LIBSASS_TEMPLATE
-SUDO=''
-if (( $EUID != 0 )); then
- SUDO='sudo'
-fi
-$SUDO npm install
-bower install ../../dist/assets --save
-cp -f bower_components/foundation/scss/foundation/_settings.scss scss/_settings.scss
-grunt sass:dist
-rc=$?
-if [ "$rc" -ne 0 ] ; then
- echo "[FAILURE] Node Libsass Build"
- exit $rc
-fi
-rm css/app.css
-sed -e 's/^\/\/ @/@/' -e 's/^\/\/ \$/\$/' scss/_settings.scss > scss/_settings.scss
-grunt sass:dist
-rc=$?
-if [ "$rc" -ne 0 ] ; then
- echo "[FAILURE] Node Libsass Build w/_settings.scss"
- exit $rc
-fi
-rm css/app.css
-echo "[SUCCESS] Node Libsass Build"
+#cd ..
+#if [ -d "${FOUNDATION_LIBSASS_TEMPLATE}" ]; then
+# rm -rf $FOUNDATION_LIBSASS_TEMPLATE
+#fi
+#git clone git://github.com/zurb/${FOUNDATION_LIBSASS_TEMPLATE}.git
+#cd $FOUNDATION_LIBSASS_TEMPLATE
+#SUDO=''
+#if (( $EUID != 0 )); then
+# SUDO='sudo'
+#fi
+#$SUDO npm install
+#bower install ../../dist/assets --save
+#cp -f bower_components/foundation/scss/foundation/_settings.scss scss/_settings.scss
+#grunt sass:dist
+#rc=$?
+#if [ "$rc" -ne 0 ] ; then
+# echo "[FAILURE] Node Libsass Build"
+# exit $rc
+#fi
+#rm css/app.css
+#sed -e 's/^\/\/ @/@/' -e 's/^\/\/ \$/\$/' scss/_settings.scss > scss/_settings.scss
+#grunt sass:dist
+#rc=$?
+#if [ "$rc" -ne 0 ] ; then
+# echo "[FAILURE] Node Libsass Build w/_settings.scss"
+# exit $rc
+#fi
+#rm css/app.css
+#echo "[SUCCESS] Node Libsass Build"