Skip to content

Commit

Permalink
fix build task
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Oct 26, 2015
1 parent c65af5a commit 6661950
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,264 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all: lint test clean build

build: $(wildcard lib/*.js)
mkdir -p $(BUILDDIR)
cp $(SRC) async.js
cp $(SRC) $(BUILDDIR)/async.js
uglifyjs $(BUILDDIR)/async.js -mc \
--source-map $(BUILDDIR)/async.min.map \
-o $(BUILDDIR)/async.min.js
Expand Down
Loading

0 comments on commit 6661950

Please sign in to comment.