aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css
diff options
context:
space:
mode:
Diffstat (limited to 'bin/make_css')
-rwxr-xr-xbin/make_css5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/make_css b/bin/make_css
index c22848f50..59acdb984 100755
--- a/bin/make_css
+++ b/bin/make_css
@@ -12,7 +12,4 @@
DIRECTORY=$(cd `dirname $0` && pwd)
-for file in `find $DIRECTORY/../ -name "*.scss" ! -name "_*"`; do
- sass --style compressed $file ${file/scss/css}
-done
-
+sass --scss --update --style compressed $DIRECTORY/..