diff --git a/Makefile b/Makefile index d2ddb5b..d916a5b 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ cloc: static: $(UGLIFY) \ app/bower_components/react/react.min.js \ - app/bower_components/react-router/build/global/ReactRouter.js \ - app/bower_components/lodash/lodash.js \ + app/bower_components/react-router/build/global/ReactRouter.min.js \ + app/bower_components/lodash/lodash.min.js \ app/js/* \ app/jsx/build/*/* \ > build/app.js