-
-
Notifications
You must be signed in to change notification settings - Fork 197
Wait for prepare hooks to run and collect changed files in the same livesync run #1335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…success Show message after successful deploy on android
Set version to 1.6.0
…n-master-pre-150 Merge release in master pre 1.5.0
Makes use of JSON files containing string messages which can later be accessed from within the CLI. A dev command (dev-generate-messages) is introduced for ease of use and autocompletion. There is a default json message file with is loaded by default however each client may provide their own json file and thus override keys, extend and so on. Includes a bit of refactoring concerning swagger code generation - extracting/moving common interfaces/implementation classes to common.
…messaging Restructure error messaging
Conflicts: lib/common
Bootstrap does not know where to find "messages" as we have missed the require. Tell him where the messages class is located.
…r-pre-150-2 Merge release in master pre 1.5.0 (second time) and fix master
Rename the windows setup script to ps1, so it can be directly executed if the user has chocolatey installed already
Add instructions for use to setup scripts
Conflicts: lib/common
…r-pre-150-3 Merge release in master pre 1.5.0 (third time)
- Install node.js 5.1.0 - Set JAVA_HOME environment variable - Do not change PATH
Improve Windows setup script
- rewritten as pure Ruby script, no longer tries to be a brew formula - update installed node to 4 LTS
Mac setup improvements
Conflicts: lib/common
Merge release in master
Add support for --template option when creating new project. The value for `--template` can be anything that you can `npm install`. For example valid calls are: * `tns create app1 --template tns-template-hello-world` * `tns create app1 --template https://github.com/NativeScript/template-hello-world-ts/tarball/master` * `tns create app1 --template ../myTemplate` In case you use: `tns create app1 --template typescript` or `tns create app1 --template tsc`, CLI will try to install `tns-template-hello-world-ts` template. In case you use `tns create app1 --template [email protected]` we will install version 1.2.0 of `tns-template-hello-world-ts`. When a custom template is used, CLI will extend its App_Resources with the ones from default template in case any of them is missing. Update npm version in order to support .git urls for --template option.
When `tns create <app>` is executed, install all dependencies, so typescript compilation will be enabled immediately when using tsc template.
Add support for different templates
App's package.json contains information about application's entry point, so we should not delete it.
…json-delete Do not delete app's package.json
Conflicts: lib/common package.json
Silent shelljs for unit-tests and update to latest common lib
Merge 1.5.1 in master
Add Cocoa Touch Static Libraries documentation.
Fix header formatting of Plugins.md
Test PASSed. |
8285611
to
f61e18f
Compare
Test PASSed. |
f61e18f
to
c8bf590
Compare
Test PASSed. |
1 similar comment
Test PASSed. |
Conflicts: PLUGINS.md lib/common package.json
`logger` has been required in common lib, but due to some Proton requirements, it should be required from each CLI. Fix this by adding it to bootstrap and update to latest common lib.
Merge release in master
Add help for --template option
…te-option Add help for --template option
Fix help of create command which is breaking html help generation.
Fix help of create command
Shorthand for clean test lint
Add $ grunt all task
👍 after rebasing and green build |
dad1d8d
to
3ba0e21
Compare
Test PASSed. |
Closing this and will retarget to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just a minor cleanup here. All the action happens in the submodule PR.