smclab / titaniumifier

Get a Titanium™ SDK CommonJS module out of a Node package!
GNU Lesser General Public License v2.1
95 stars 15 forks source link

Refactoring checklist #22

Closed yuchi closed 9 years ago

yuchi commented 9 years ago

Some ideas to triage/implement

yuchi commented 9 years ago

We can now call require('titaniumifier/packer').pack.getBundle to get a Promise of a browserify bundle. APIs still are horrible. We’ll sort things out while working on the last point of the list.

/cc @tonylukasavage: we’re working on npmifier again, since we found how to modify the app JS resources without touching the Resources directory. This is somewhat related ;)