This is an automated email from the ASF dual-hosted git repository.
bigosmallm pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from d3929a2 Merge branch 'feature/DividedBox' into develop
add c5f9396 Remove unncessary import
add e6c0cb0 New NPM based Royale-CLI tool
add de9bbee Update .gitignore
add c8cca4d Add auto reload functionality
add 3db5fa7 Fix post installation cleanup paths during js-swf install
add b99840a Remove unnecessary code
add 0676ad5 remove unnecessary files
add da187a2 Fix how we listen for bin directory changes
add 0c82813 Code clean up, add comments
add 455fbff Fix README.md; fix help messages, cleanup comments
add 0d9bb2c Update README.md
add 9108943 Add license header
new d56523d Merge pull request #118 from apache/feature/royale-cli
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
npm/cli/README.md | 44 +++++
.../mylib/UniversalClass.as => npm/cli/connect.js | 34 ++--
npm/cli/index.js | 199 +++++++++++++++++++++
npm/cli/package.json | 40 +++++
.../cli/template/src/Main.mxml | 0
npm/js-swf/dependencies/download_dependencies.js | 4 +-
npm/release-scripts/publish.js | 1 -
8 files changed, 299 insertions(+), 24 deletions(-)
create mode 100644 npm/cli/README.md
copy
archetypes/royale-simple-library-archetype/src/main/resources/archetype-resources/src/main/royale/org/example/royale/mylib/UniversalClass.as
=> npm/cli/connect.js (68%)
create mode 100644 npm/cli/index.js
create mode 100644 npm/cli/package.json
copy
testsuite/src/it/compiler-options/custom-html-template/src/main/royale/HelloWorld.mxml
=> npm/cli/template/src/Main.mxml (100%)
--
To stop receiving notification emails like this one, please contact
[email protected].