thaliproject / postcardapp

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

Cordova build starts before gulp build task is completed #93

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

It takes some time to copy over all the 'node_modules' the first time you build and cordova build doesn't seem to wait on the gulp copy procedure to complete.

deadlyfingers commented 8 years ago

Using async Cordova Q module: https://cordova.apache.org/docs/en/5.1.1/guide/appdev/hooks/