Skip to content

Commit

Permalink
recompile browserify bundle with lowercased name
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Keil committed Jan 26, 2016
1 parent 9b5bf2b commit b8ff683
Show file tree
Hide file tree
Showing 3 changed files with 2,673 additions and 2,225 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ browser:
mkdir browser/

browser/livescript.js: $(LIB) browser scripts/preroll
{ ./scripts/preroll ; $(BROWSERIFY) -r ./lib/browser.js:LiveScript ; } > browser/livescript.js
{ ./scripts/preroll ; $(BROWSERIFY) -r ./lib/browser.js:livescript ; } > browser/livescript.js

browser/livescript-min.js: browser/livescript.js
$(UGLIFYJS) browser/livescript.js --mangle --comments "all" > browser/livescript-min.js
Expand Down
842 changes: 529 additions & 313 deletions browser/livescript-min.js

Large diffs are not rendered by default.

0 comments on commit b8ff683

Please sign in to comment.