OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
129 stars 62 forks source link

Modularize source files #229

Closed montlebalm closed 3 years ago

montlebalm commented 9 years ago

This PR replaces the current, "big scoped container" approach with one that uses explicit dependencies via browserify. Now, each file pulls in its dependencies using require and browserify combines them at build time.

Changes:

montlebalm commented 3 years ago

Let's not be too hasty. There's still time to merge this PR.