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

Commit

Permalink
Merge pull request #17 from Floofies/master
Browse files Browse the repository at this point in the history
Added forgotten dir dep
  • Loading branch information
Floofies authored Aug 27, 2017
2 parents 533b5ad + 688d24b commit 3b085a4
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 3b085a4

Please sign in to comment.