Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
Added forgotten dir dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Floofies committed Aug 27, 2017
1 parent 632f9c3 commit 688d24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dist : prod-build
@mkdir prod-build/dist
src : prod-build
@mkdir prod-build/src
prod : node_modules/uglify-es/bin/uglifyjs prod-build dist
prod : node_modules/uglify-es/bin/uglifyjs prod-build src dist
@printf "Building Production version in prod-build...\n"
@node_modules/uglify-es/bin/uglifyjs -b -o prod-build/dist/differentia.js src/differentia.js
@node_modules/uglify-es/bin/uglifyjs -o prod-build/dist/differentia.min.js src/differentia.js
Expand Down

0 comments on commit 688d24b

Please sign in to comment.