Skip to content

Commit

Permalink
make test-minified depend on minify task
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Jan 29, 2014
1 parent 0652b28 commit 78733ba
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 @@ -8,7 +8,7 @@ test:
TZ=America/Vancouver node test/test.js
TZ=CET node test/test.js

test-minified:
test-minified: minify
TZ=America/Vancouver node test/test.js ../strftime-min.js
TZ=CET node test/test.js ../strftime-min.js

Expand Down

0 comments on commit 78733ba

Please sign in to comment.