Skip to content

Commit

Permalink
Adding --ascii when minifying lang files moment#369
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Aug 13, 2012
1 parent 97904f1 commit 365bf74
Show file tree
Hide file tree
Showing 31 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ min/moment.min.pretty.js: moment.js
node_modules/.bin/uglifyjs -b -o $@ $<

min/lang/%: lang/%
node_modules/.bin/uglifyjs -o $@ $<
node_modules/.bin/uglifyjs --ascii -o $@ $<

min/lang-all.min.js: $(LANG_ALL)
cat $^ | node_modules/.bin/uglifyjs -o $@
cat $^ | node_modules/.bin/uglifyjs --ascii -o $@

.PHONY: langs
langs: min/lang/ $(MIN_LANG_ALL) min/lang-all.min.js
Expand Down
4 changes: 2 additions & 2 deletions min/lang-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/lang/bg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/lang/ca.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/lang/cv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/lang/da.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/lang/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/lang/es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 365bf74

Please sign in to comment.