I'm trying to use SemanticUI with AureliaJS (CLI version) and in my aurelia.json file I've added
{
"name" : "semantic-ui",
"path" : "../vendor/semantic-ui/2.2.4",
"main" : "semantic",
"deps" : ["jquery"],
"exports" : "$",
"resources" : [
"semantic.css"
]
}
which seems to be bundling the semantic.js and semantic.css files.
What do I do with the images and fonts that are referenced in semantic.css file?
The vendor-bundle.js file generated by au build
is in scripts folder and so the paths no longer work ok to load those images/fonts file.