Skip to content

Commit b8ff683

Browse files
author
Richard Keil
committed
recompile browserify bundle with lowercased name
1 parent 9b5bf2b commit b8ff683

3 files changed

Lines changed: 2673 additions & 2225 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ browser:
2020
mkdir browser/
2121

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

2525
browser/livescript-min.js: browser/livescript.js
2626
$(UGLIFYJS) browser/livescript.js --mangle --comments "all" > browser/livescript-min.js

browser/livescript-min.js

Lines changed: 529 additions & 313 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)