From dc6fc3b30a96aaaf94fc8ae4b3dcd73c87e0c770 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 5 May 2015 15:37:11 +0100 Subject: [PATCH] fix browser-polyfill.js post-make publish purging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0593e0745d..d176d49570 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ publish: make publish-cli make publish-runtime - rm -rf templates.json browser.js browser.min.js browser-polyfill.js browser-poolyfill.min.js external-helpers.js external-helpers.min.js + rm -rf templates.json browser.js browser.min.js browser-polyfill.js browser-polyfill.min.js external-helpers.js external-helpers.min.js publish-runtime: cd packages; \