Find a way in Visual Studio Code to bundle all the JS files on build as well as the SCSS I already do.
If this means installing Gulp it means installing Gulp. I really need a build system.
Put all of the JavaScript in js/ into one common site.js file. Remember to make all JS files inside modules so that they don't clash and pollute the global namespace.
Find a way in Visual Studio Code to bundle all the JS files on build as well as the SCSS I already do.
If this means installing Gulp it means installing Gulp. I really need a build system.
Put all of the JavaScript in
js/
into one commonsite.js
file. Remember to make all JS files inside modules so that they don't clash and pollute the global namespace.It must work on
ctrl+shift+b
.