Skip to content
Snippets Groups Projects
Verified Commit 9aac873d authored by kPherox's avatar kPherox
Browse files

Change output directory of fontello

parent 7b1d5a4f
No related branches found
No related tags found
No related merge requests found
......@@ -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