From 70493d7b50f9d5ff198f6fdb5c514a32447cb88d Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 18 Mar 2015 02:14:04 +0700 Subject: [PATCH] Fix JS files loading order --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d916a5b..a695bce 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ static: app/bower_components/react-router/build/global/ReactRouter.min.js \ app/bower_components/lodash/lodash.min.js \ app/js/* \ - app/jsx/build/*/* \ + app/jsx/build/charts/* \ + app/jsx/build/app.js \ > build/app.js cat app/css/* | $(CLEANCSS) -o build/app.css