forked from maynarddemmon/myt
-
Notifications
You must be signed in to change notification settings - Fork 0
A javascript framework for building UIs
License
hengly/myt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To build a single javascript file run the following from the myt root dir: > jsbuild -m src/js/myt/manifest.js -P -r ./src/js myt.SimpleListView > src/js/myt/myt.js To build a minified javascript file run the following from the myt root dir: > bin/build src/js/myt/manifest.js src/js/myt/myt.js ./src/js myt.all > src/js/myt/myt.min.js Starting up JSTestDriver from the myt dir: > nohup java -jar src/test/jstestdriver/JsTestDriver.jar --port 8081 >dev/null>&1 & To bring it back to the foreground: > fg Then you can ctrl-c to close it. Running the tests via JSTestDriver from the myt root dir: > java -jar src/test/jstestdriver/JsTestDriver.jar -–config src/test/JsTestDriver.conf --server http://localhost:8081 --tests all --reset
About
A javascript framework for building UIs
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published