From 122705bdafd72e54a8d3db342a2bbf3891a653f5 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 18 Dec 2014 16:30:33 +1100 Subject: [PATCH] remove custom regenerator runtime from dist --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index f482af434d..2c784cc090 100644 --- a/Makefile +++ b/Makefile @@ -52,9 +52,6 @@ build: node bin/cache-templates - node $(BROWSERIFY_CMD) -e lib/6to5/transformation/transformers/es6-generators/runtime.js >dist/regenerator-runtime.js - node $(UGLIFY_CMD) dist/regenerator-runtime.js >dist/regenerator-runtime.min.js - node $(BROWSERIFY_CMD) -e lib/6to5/polyfill.js >dist/polyfill.js node $(UGLIFY_CMD) dist/polyfill.js >dist/polyfill.min.js @@ -75,7 +72,6 @@ publish: cp dist/6to5.min.js browser.js cp dist/polyfill.min.js browser-polyfill.js cp dist/runtime.min.js runtime.js - cp dist/regenerator-runtime.min.js regenerator-runtime.js node bin/cache-templates test -f templates.json