diff options
author | Francois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com> | 2012-10-24 14:58:36 +0200 |
---|---|---|
committer | Francois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com> | 2012-10-24 14:58:36 +0200 |
commit | d7d72296d52a609d36d01464f582c8c9d7c0b1ed (patch) | |
tree | 5a86f37e440965957b3c4a08f52674a14016fc17 /tools/minify.bat | |
parent | 4d56b2c57c42595f3675e917078f885e98f84c87 (diff) | |
download | biblez-ng-d7d72296d52a609d36d01464f582c8c9d7c0b1ed.tar.gz |
ENYO-1259: Bootplate doc & script update to use deploy.js
- 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>
Diffstat (limited to 'tools/minify.bat')
-rw-r--r-- | tools/minify.bat | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/minify.bat b/tools/minify.bat deleted file mode 100644 index d977480..0000000 --- a/tools/minify.bat +++ /dev/null @@ -1,7 +0,0 @@ -REM build enyo -@CALL ..\enyo\minify\minify.bat %@ - -REM build app -@CALL ..\enyo\tools\minify.bat package.js -output ..\build\app %@ - -pause
\ No newline at end of file |