Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Proper asynchronous script loading or concat files #6

Closed
gocom opened this issue Jul 5, 2013 · 0 comments
Closed

Proper asynchronous script loading or concat files #6

gocom opened this issue Jul 5, 2013 · 0 comments
Assignees

Comments

@gocom
Copy link
Contributor

gocom commented Jul 5, 2013

Currently this thing tries to use yepnope.js. But, goes just to the middle way;

  • Some scripts are still loaded synchronously, e.g. jQuery.
  • It loads all files once before executing.
  • Some files are loaded after certain events: load, then execute on the event you want.

Todo;

  • Try concat'ing files. Basically put all JavaScript to a single file if possible.
  • Replace yepnope.js with Require.js.
@ghost ghost assigned gocom Jul 5, 2013
@gocom gocom closed this as completed in 1c0414a Jul 5, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant