Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Modifying to use Cordova instead of deprecated WebWorks command #421

Merged
merged 2 commits into from Sep 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions BB10-Cordova/NowPlaying/nowplaying_build.sh
@@ -1,8 +1,9 @@
#!/bin/bash
rm -rf debug1
webworks create debug1
cordova create debug1
cd debug1
webworks plugin add ../plugin
cordova plugin add ../plugin
rm -rf www/
cp -r ../sample/* ./
webworks run
cordova platform add blackberry10
cordova run