zshall / program-guide

Television Simulator '99
MIT License
21 stars 19 forks source link

Bundle JavaScript in js/ to a common site.js #24

Closed zshall closed 9 months ago

zshall commented 7 years ago

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.

It must work on ctrl+shift+b.

zshall commented 9 months ago

Implemented in version 2 using Svelte's build process.