Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser Support #65

Open
Marak opened this issue Jul 10, 2013 · 1 comment
Open

Browser Support #65

Marak opened this issue Jul 10, 2013 · 1 comment

Comments

@Marak
Copy link
Member

Marak commented Jul 10, 2013

Requirements

  • 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

@ahdinosaur
Copy link

since we are using express (non-browserify-able?) and connect middleware already, do we want to use https://npmjs.org/package/browserify-middleware instead of one large bundle file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants