Open gustafl opened 8 years ago
The scripts.js file is starting to get pretty large now. I should divide it into modules. See this course:
scripts.js
https://app.pluralsight.com/library/courses/structuring-javascript/table-of-contents
Work on this has started. I have decided to used the AMD module pattern and the Require.js module loader.
The
scripts.js
file is starting to get pretty large now. I should divide it into modules. See this course:https://app.pluralsight.com/library/courses/structuring-javascript/table-of-contents