You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the resource API should be accessible from the browser
resource views should be able to render in the browser
Approach
existing view engine is already DOM based
use Browserify to create one large bundle of resources
After this basic approach is working ( with one large bundle file ), implement async script loading of resources and split the large bundle into individuals files per resource
The text was updated successfully, but these errors were encountered:
Requirements
Approach
After this basic approach is working ( with one large bundle file ), implement async script loading of resources and split the large bundle into individuals files per resource
The text was updated successfully, but these errors were encountered: