renaudjenny/steamScrum

Split Scripts.js into multiple files

Closed this issue · 0 comments

JavaScript code starts to grow too much to be kept in a single file.
Event more, there is multiple checks if a components it's on this page or not, that could be avoided by putting a single script file per page and using ES6 import for a potential "common.js" if it works like expected.