canonical-web-and-design / maas-gui-vanilla-theme

MAAS GUI Theme. Provides a HTML & CSS Framework to develop the UI of the MAAS app and other projects
http://ubuntudesign.github.io/maas-gui-vanilla-theme/
4 stars 1 forks source link

Enable assets to be bundled with NPM #45

Closed richmccartney closed 7 years ago

richmccartney commented 7 years ago

Currently npm doesn't pull in assets (fonts, images) as a part of the package. Look into adding an npm module which will manage this and publish any files required

nottrobin commented 7 years ago

@richmccartney Is this not a duplicate of https://github.com/ubuntudesign/maas-gui-vanilla-theme/issues/10 ?

@anthonydillon made the point:

In Juju I grab that assets and place them into the image asset directory in the app. Then i change the asset-path to a local path.

Does this not solve your problem for some reason?

richmccartney commented 7 years ago

Closing issue as the user can just hot link fonts from google if required or use the bundled fonts in the framework.