briggySmalls / skin-deep-server

Server for the skin deep magazine website
0 stars 1 forks source link

Combine theme/plugin assets #161

Open briggySmalls opened 5 years ago

briggySmalls commented 5 years ago

The plugin and theme separate functionality, but have shared dependencies (e.g. boostrap).

At the moment the plugin doesn't import bootstrap, meaning it cannot access mixins etc.

This is symptomatic of a larger problem: if the two have shared dependencies they will be duplicated unnecessarily.

There might be a way to bundle the plugin's assets with the theme.

Born out of #106