Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
fix(build): data.future -> data.task in Make rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quildreen Motta committed Aug 22, 2015
1 parent f089c58 commit 66ee557
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 @@ -11,7 +11,7 @@ dist:
dist/data.task.umd.js: dist
$(browserify) lib/index.js --standalone Task > $@

dist/data.future.umd.min.js: dist/data.task.umd.js
dist/data.task.umd.min.js: dist/data.task.umd.js
$(uglify) --mangle - < $^ > $@

# ----------------------------------------------------------------------
Expand Down

0 comments on commit 66ee557

Please sign in to comment.