ftlabs / screens

A way to distribute websites to multiple displays
12 stars 5 forks source link

Fix the CSS in the image viewer #121

Closed rowanmanning closed 7 years ago

rowanmanning commented 7 years ago

The bundle requested included a lot of modules that were never used in the page, and these were causing compilation errors.

We're now only requesting the modules that the page actually needs which should prevent this from happening again.