Merge branch 'master' of github.com:Microsoft/TouchDevelop
This commit is contained in:
Коммит
c5a70212b0
6
Jakefile
6
Jakefile
|
@ -156,14 +156,14 @@ mkSimpleTask('build/client.js', [
|
|||
'tools/client.ts'
|
||||
], "tools/client.ts");
|
||||
// XXX coarse-grained dependencies here over the whole 'noderunner' directory
|
||||
mkSimpleTask('build/runner.js', [
|
||||
mkSimpleTask('build/nrunner.js', [
|
||||
'build/browser.d.ts',
|
||||
'rt/typings.d.ts',
|
||||
'build/rt.d.ts',
|
||||
'build/ast.d.ts',
|
||||
'build/libnode.d.ts',
|
||||
'noderunner'
|
||||
], "noderunner/runner.ts");
|
||||
], "noderunner/nrunner.ts");
|
||||
// XXX same here
|
||||
mkSimpleTask('build/runner.d.ts', [
|
||||
'build/browser.d.ts',
|
||||
|
@ -209,7 +209,7 @@ var concatMap = {
|
|||
"generated/langs.js",
|
||||
"build/libnode",
|
||||
"build/pkgshell.js",
|
||||
"build/runner.js",
|
||||
"build/nrunner.js",
|
||||
],
|
||||
"build/runtime.js": [
|
||||
"build/rt",
|
||||
|
|
|
@ -134,11 +134,13 @@ The `client.js` is built by default.
|
|||
in-browser storage, cloud connection, promises, DOM utilities...
|
||||
* `runner`: the run-time system for *generated* TouchDevelop apps; that is, once
|
||||
a TouchDevelop script is packaged as an app (webapp, cordova app, etc.),
|
||||
`runner.html` is the entry point
|
||||
`runner.js` is the runtime system and the stub is in `webapp`
|
||||
* `shell`:
|
||||
* `storage`: code for syncing your locally-stored scripts and the cloud storage,
|
||||
in the TouchDevelop application
|
||||
* `tools`: internal tools that are part of the build (pre-processing)
|
||||
* `webapp`: the stub file that is used to generate the HTML5 Web App when
|
||||
exporting a script
|
||||
* `www`: the base files that make up the TouchDevelop website (html and css)
|
||||
|
||||
### Structure of the generated website / app
|
||||
|
|
18
files.txt
18
files.txt
|
@ -1,18 +0,0 @@
|
|||
When adding new files required by the web app they need to be added in the following places:
|
||||
|
||||
- app.manifest
|
||||
- copywp8.cmd
|
||||
- upload.cmd
|
||||
- TouchDevelopWinPhone8/AutoUpdate.cs
|
||||
- noderunner/runner.ts
|
||||
- Makefile
|
||||
|
||||
Plus possibly in:
|
||||
- index.html
|
||||
- webapp.html
|
||||
|
||||
Search for: browsers.js
|
||||
|
||||
Version numbers for WP8 app:
|
||||
# WP8-App-Version <minimum> <current>
|
||||
The version number is set in TouchDevelopWinPhone8/AutoUpdate.cs.
|
Загрузка…
Ссылка в новой задаче