Skip to content

Commit

Permalink
Correct bin path to uglifyjs
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Apr 12, 2017
1 parent 555aded commit 921760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ lint:

minified: clean
@echo "Compiling compressed JavaScript"
@NODE_ENV=production $(BIN)browserify $(BROWSERIFY_ARGS) | $(bin)uglifyjs $(UGLIFY_ARGS) > js/script.js
@NODE_ENV=production $(BIN)browserify $(BROWSERIFY_ARGS) | $(BIN)uglifyjs $(UGLIFY_ARGS) > js/script.js

@echo "Compiling compressed CSS"
@sass -t compressed $(SASS_ARGS)
Expand Down

0 comments on commit 921760b

Please sign in to comment.