fwienber / as-js-runtime-prototype

An experiment for a future Jangaroo ActionScript-JavaScript runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AS-JS-Runtime prototype

To re-generate linked and minified version, setup RequireJS optimizer as described here and execute the following command lines in the project root directory:

node r.js -o baseUrl=amd name=hello-world out=hello-world-all.js optimize=none
node r.js -o baseUrl=amd name=hello-world out=hello-world-all.min.js optimize=uglify2

About

An experiment for a future Jangaroo ActionScript-JavaScript runtime


Languages

Language:JavaScript 98.5%Language:ActionScript 1.5%