Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 9d962c7

Browse files
Builder: Remove [path] placeholder from font outputs schema
1 parent 3b05418 commit 9d962c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/app.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = merge({
3535
*/
3636
outputs: {
3737
css: { filename: 'css/[name].css' },
38-
font: { filename: 'fonts/[path][name].[ext]' },
38+
font: { filename: 'fonts/[name].[ext]' },
3939
image: { filename: 'images/[path][name].[ext]' },
4040
javascript: { filename: 'js/[name].js' },
4141
external: {

0 commit comments

Comments
 (0)