thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Update gulp hook script to bundle Cordova plugins with jxcore express app #121

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

As we have done away with the iframe (#117) and instead are doing a redirect to jxcore express app we need to bundle the Cordova plugins. But cordova build will not include the Cordova platform specific plugins as it prepares both platforms then builds both. Rather the hooks require cordova build ios and cordova build android.