From 1e9e55ddef6659031ef625e4bfd49e1f4dbddd77 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 7 Feb 2015 10:42:28 +1100 Subject: [PATCH] fix browser build location in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de2a259761..7ce426fcb9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ build: node $(BROWSERIFY_CMD) -e lib/6to5/polyfill.js >dist/polyfill.js node $(UGLIFY_CMD) dist/polyfill.js >dist/polyfill.min.js - node $(BROWSERIFY_CMD) lib/6to5/browser.js -s to5 >dist/6to5.js + node $(BROWSERIFY_CMD) lib/6to5/api/browser.js -s to5 >dist/6to5.js node $(UGLIFY_CMD) dist/6to5.js >dist/6to5.min.js node bin/6to5-runtime >dist/runtime.js