1
0
Fork 0

Update cloc script

This commit is contained in:
Gregory Eremin 2015-03-18 23:23:48 +07:00
parent 3c1b27b1bf
commit 09f189e57f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ UGLIFY = ./node_modules/uglify-js/bin/uglifyjs
CLEANCSS = ./node_modules/clean-css/bin/cleancss CLEANCSS = ./node_modules/clean-css/bin/cleancss
cloc: cloc:
cloc . --exclude-dir=app/bower_components,app/scripts/.module-cache cloc . --exclude-dir=node_modules,app/bower_components,app/jsx/build/.module_cache
dist: dist:
# Compiling JSX # Compiling JSX