YuzuJS / WinningJS-todo

Demo todo list application for Windows 8, built on the WinningJS framework
11 stars 3 forks source link

Make aliased modules still be separate files #3

Closed domenic closed 12 years ago

domenic commented 12 years ago

The current build system bundles aliased modules into the "prelude" file. To clarify, currently jQuery is the only aliased module, and the prelude file is out/browserified/browserify.js.

It would be ideal if the prelude was only the Browserify stuff, and not the aliased modules. I have some ideas on how to do this. But again we are kind of fighting browserify here.