add support for an optional runtime - closes #129

This commit is contained in:
Sebastian McKenzie
2014-11-09 12:02:06 +11:00
parent 8ef5148870
commit ab9cd4e630
8 changed files with 175 additions and 25 deletions

View File

@@ -55,6 +55,8 @@ publish:
make build
cp dist/6to5.js browser.js
node bin/6to5-runtime >runtime.js
node bin/cache-templates
test -f templates.json
@@ -64,4 +66,4 @@ publish:
git push --follow-tags
rm -rf templates.json browser.js
rm -rf templates.json browser.js runtime.js