-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Bootstrap has some image to copy in ../fonts/ relative to styles/ext/bootstrap.css.
It's not possible to do this by configuration only.
Grunt script should be updated in order to copy custom files to custom locations in app. It could be configured like this ...
"customFiles": [
["bootstrap/dist/fonts/**", "styles/fonts"],
],
Metadata
Metadata
Assignees
Labels
No labels