NERDDISCO / luminave

Operate all the lights with your web browser and create stunning visual experiences.
MIT License
76 stars 8 forks source link

Remove external libs from index.html #77

Closed TimPietrusky closed 5 years ago

TimPietrusky commented 5 years ago

Instead of loading external libs inside the index.html, load them directly so that they get packed into the build version of luminave:

TimPietrusky commented 5 years ago

Can't load webmidi.js directly, because it's not providing a default export, see https://github.com/djipco/webmidi/issues/49

TimPietrusky commented 5 years ago

Buffer can't be removed because it is used by fivetwelve.

TimPietrusky commented 5 years ago

uuid can't be removed because it's not providing a default export.

TimPietrusky commented 5 years ago

Was able to remove all scripts in https://github.com/NERDDISCO/luminave/commit/934f1775f12577f6d889d89082739ec6190c90cf form index.html, because now we are using Webpack that comes with PolymerX.