Rework the way builds are created.
Builds are now themselves UMD modules, so they could be `require`'d like any other AMD module or they can still be used as old ES5 modules with globals. Additionally the build is now closured, so that the almond API doesn't pollute the global context with `define` or `require`. This does however mean that `require` can no longer be used outside of the build (unless requirej.s is included directly.
Showing
src/build-mobile.js
deleted
100644 → 0
src/converse-mobile.js
0 → 100644
src/end-no-dependencies.frag
0 → 100644
src/end-no-jquery.frag
0 → 100644
src/end.frag
0 → 100644
src/start.frag
0 → 100644
src/wrapper-end.js
deleted
100644 → 0
Please register or sign in to comment