Skip to content

Commit

Permalink
fix build output
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Feb 23, 2013
1 parent 403577f commit 8d569b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ MAKE_PLUGIN = echo "++ linting component.plugin.$$NAME.js (Google Closure Li
echo "++ copying build/component.plugin.$$NAME.js <- component.plugin.$$NAME.js"; \
$(SHTOOL) mkdir -f -p -m 755 build; \
cp component.plugin.$$NAME.js build/component.plugin.$$NAME.js; \
echo "++ compressing build/component.min.js <- build/component.js (Google Closure Compiler)"; \
echo "++ compressing build/component.plugin.$$NAME.min.js <- build/component.plugin.$$NAME.js (Google Closure Compiler)"; \
$(CLOSURECOMPILER) \
--js_output_file build/component.plugin.$$NAME.min.js \
--js build/component.plugin.$$NAME.js && \
Expand Down

0 comments on commit 8d569b5

Please sign in to comment.