thaliproject / postcardapp

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

Cordova build hooks #82

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

Add Cordova build hooks for running 'gulp build' task

deadlyfingers commented 8 years ago

Build hooks are in but had problem with gulpfile failing to write files. This is because Cordova 'resets' the working directory to root ('postcardapp') dir instead of using the 'postcardapp/app' directory which contains the scripts and node_modules.

deadlyfingers commented 8 years ago

Couple of things extra to think about adding: