- updated version in version script
- added .ratignore and added missing AL header to readme
- removed other platform screens from template
- updated to 4.0.0-dev
- CB-8965 Copy cordova-js-src directory to platform folder during create
- Adds LICENSE and NOTICE files.
- CB-9350 'cordova run browser' throws an exception.
- Update 'cordova run browser' command to use cordova-serve module.
- CB-8417 update platform specific js from cordovajs
- CB-8760 platform list shows wrong version for browser platform.
- CB-8182 port
cordova serve
tocordova run browser
- CB-8182 add dependency on
mime
library - CB-8196 Browser platform
run
should default source file to index.html even if it's missing in the config.xml - CB-8223 Expose config.xml in the Browser platform
- CB-8417 renamed platform_modules into cordova-js-src
- CB-8417 moved platform specific js into platform
- CB-8224 Add support to launch a specified browser using --target switch. Support for multiple browsers on Windows, Mac and Linux
- Add Windows specific shim wrappers for shjs - auto-generated by npm install
- CB-8206 Browser platform: Add support for update
- --user-data-dir working on windows
- CB-7978 Cleaning code and creating temporary dir - Using path.resolve and path.join instead of concatenating paths - Fixing error when temporary dir already exists by using shelljs instead of fs
- CB-7978 Cleaning code and creating temporary dir - Cleaning code - Declaring variables only when needed - Creating chrome for Cordova temp dir prior using it by std and err
- CB-7978 Fixed launching chrome in Linux
- Update JS snapshot to version 3.6.0 (via coho)
- Set VERSION to 3.6.0 (via coho)
- added run.bat file
- added windows run support, still a few issues
- No longer need to kill Chrome for mac
- added create.bat for windows support
- Removed old dependency from source
- Fixed issue with npm cache when adding browser
- Fixed directory structure
- Creating browser project
- CB-6818 Add license for CONTRIBUTING.md
- CB-6491 add CONTRIBUTING.md