Skip to content

Commit

Permalink
add back in the COMMONJS variable - the test task depends on it
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Jan 5, 2012
1 parent a3cc5df commit 934e476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -16,6 +16,8 @@ $(BUILD_DIR)/%.min.js: $(BUILD_DIR)/%.js
$(UGLIFYJS) $< > $@

# special builds
COMMONJS = $(BUILD_DIR)/p.commonjs.js

$(BUILD_DIR)/p.%.js: $(SRC) $(SRC_DIR)/p.%.post.js
cat $^ > $@

Expand Down

0 comments on commit 934e476

Please sign in to comment.