Skip to content

Commit f30c750

Browse files
committed
Made fonts paths consistent with images paths
1 parent 80c4fc2 commit f30c750

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/grunt/clean.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ module.exports = {
88
},
99
fonts: {
1010
src: [
11-
'<%= paths.fontDist %>',
12-
'<%= paths.fontVend %>'
11+
'<%= paths.fontsDist %>',
12+
'<%= paths.fontsVend %>'
1313
]
1414
},
1515
js: {

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ module.exports = function() {
1616
cssSrc: 'css/src/',
1717
cssVend: 'css/src/vendor/',
1818
cssDist: 'css/dist/',
19-
fontSrc: 'font/src/',
20-
fontVend: 'font/src/',
21-
fontDist: 'font/dist/',
19+
fontsSrc: 'fonts/src/',
20+
fontsVend: 'fonts/src/vendor/',
21+
fontsDist: 'fonts/dist/',
2222
imagesSrc: 'images/src/',
2323
imagesDist: 'images/dist/',
2424
bower: 'bower/',

0 commit comments

Comments
 (0)