OpenF2 / F2

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

Add an option to overload the default F2 dependency loader #154

Closed markhealey closed 10 years ago

markhealey commented 10 years ago

We've received a number of requests for script/style loader override hooks be added to F2. I've written this as a story:

As a developer using F2, I want to be able to apply a custom script and/or style loader for F2 to request an app’s dependencies as defined in the AppManifest. This script and/or style loader would replace the built-in default App dependency loader in F2.

The proposed solution is as follows:

@montlebalm actually wrote a lot of this code ~6 months ago, so we're in the process of digging that up and revisiting.

Spec updates to come.

markhealey commented 10 years ago

I meant to add this will be released in version 1.3.3 leapfrogging the proposed 1.4 work-in-progress tracked in #142.

ilinkuo commented 10 years ago

Thanks for making this visible.

markhealey commented 10 years ago

FYI we are planning to release 1.3.3 this week.

markhealey commented 10 years ago

Closed with #155