6 ms·
I think I can explain how to get started with require.js pretty quickly. I've attempted to do so with a short gist: https://gist.github.com/willurd/6054834 http
by willurd 13y ago
I think I can explain how to get started with require.js pretty quickly. I've attempted to do so with a short gist: https://gist.github.com/willurd/6054834 https://gist.github.com/willurd/6054834 (much shorter than the OP and a higher code/text ratio).
- martin-adams 13y agoThanks, that actually helps. Also having a demo helped me clarify that I can still use the Chrome debugger on require.js sources. I used Dojo a couple of years ago and lost a lot of debugging capabilities due to the way it evals the loaded scripts.
- willurd 13y agoNo problem at all :) Glad I could help you out.