aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix bootplate deployment in paths with whitespacejohannjacobsohn2013-02-191-1/+1
| | | | | | | | Currently cd /dev/Path With Whitespace/bootplate tools/deploy.sh fails.
* Added "--cordova-webos" command line option to tools/deploy.bat and ↵Art Dahm2013-01-122-1/+40
| | | | | | | | | | | | | | | tools/deploy.sh to deploy Enyo 2 app as a Cordova webOS app. Copies appinfo.json and a Cordova JavaScript file from the project root directory to the 'deploy' directory. Runs palm-package to package app into the 'bin' directory. Cordova webOS Instructions: Set up your project the same way you would set up any other bootplate project. Modify your index.html and JavaScript files as outlined in this blog post: http://blog.openwebosproject.org/post/39278618299/javascript-apps-for-open-webos-with-enyo-and-cordova Copy appinfo.json from the PhoneGap 'lib/webos/framework' directory and a cordova JavaScript file from the PhoneGap 'lib/webos/lib' directory Modify appinfo.json for your project and add an icon run tools\deploy.bat --cordova-webos or tools/deploy.sh --cordova-webos to deploy your app.
* Fix deploy.bat for use on Windows machines with spaces in pathunwiredben2012-11-271-3/+2
| | | | Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@palm.com)
* ENYO-1259: re-add deploy.(sh|bat) as shim layersFrancois-Xavier KOWALSKI2012-11-152-0/+38
| | | | | | | | | | - directly invoke deploy.js provided by built-in enyo. - depending on provided parameters, deploy.js can then choose to use another enyo instance - increment enyo submodule to the latest master (includes deploy.js, as branch ENYO-1259 was already merged). Enyo-DCO-1.1-Signed-off-by: Francois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com>
* ENYO-1259: Bootplate doc & script update to use deploy.jsFrancois-Xavier KOWALSKI2012-10-246-307/+0
| | | | | | | | | | - removal of the `tools/` folder (now embedded into `$enyo/tools`). - `tools/README.md` is now `deploy.md` & is updated to use `deploy.js` - this commit demands that this Enyo branch is merged first into `enyojs/enyo` https://github.com/enyojs/enyo/tree/ENYO-1259 Enyo-DCO-1.0-Signed-off-by: Francois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com>
* ENYO-554: Added command-line options to disable LESS compilation and specify ↵Kevin Schaaf2012-10-094-24/+93
| | | | | | the output folder. Enyo-DCO-1.0-Signed-off-by: Kevin Schaaf <kevin.schaaf@palm.com>
* Possibility to deploy to an external directory, for example a cordova ↵Philippe2012-09-261-6/+6
| | | | project. ms-dos script
* Possibility to deploy to an external directory, for example to a cordova ↵Philippe2012-09-261-3/+8
| | | | project. bash script
* Add quotes around paths so paths containing white space won't break deploymentjohannjacobsohn2012-07-231-2/+2
|
* Modify bootplate scripts for Linux/Mac to changeunwiredben2012-06-212-0/+4
| | | | to right directory before running
* Update tools/README.mdDaniel Freedman2012-05-181-0/+4
|
* Remove extraneous mkdir callDaniel Freedman2012-05-181-4/+1
|
* update readme for deployDaniel Freedman2012-05-181-5/+22
|
* remove testing scriptDaniel Freedman2012-05-181-3/+0
|
* match deploy.sh with deploy.batDaniel Freedman2012-05-182-17/+19
|
* remove debug echoScott Miles2012-05-181-2/+0
|
* modify deployment strategy; minify folder renamed tools; deploy scripts ↵Scott Miles2012-05-187-0/+214
moved to tools; deploy target now <project>/<deploy>/<project-date-time>