From 09f189e57f0d53c818d4b923f977c1820e789b94 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 18 Mar 2015 23:23:48 +0700 Subject: [PATCH] Update cloc script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 022207c..f2ef2a2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ UGLIFY = ./node_modules/uglify-js/bin/uglifyjs CLEANCSS = ./node_modules/clean-css/bin/cleancss 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: # Compiling JSX