Skip to content
Snippets Groups Projects
Commit 4e24ce21 authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'fix-font-load-for-pleroma-be' into 'develop'

Change output directory of fontello

Closes pleroma-support#14

See merge request !1021
parents 7b1d5a4f 9aac873d
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!1021Change output directory of fontello
Pipeline #20741 passed
......@@ -98,8 +98,8 @@ module.exports = {
config: require('../static/fontello.json'),
name: 'fontello',
output: {
css: '[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
font: 'font/[name].' + now + '.[ext]'
css: 'static/[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
font: 'static/font/[name].' + now + '.[ext]'
}
})
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment