Skip to content

Commit 9a9f77a

Browse files
committed
Removed unused bower paths
1 parent a944d26 commit 9a9f77a

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

config/grunt/clean.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
// https://github.com/gruntjs/grunt-contrib-clean
22
module.exports = {
3-
bower: {
4-
src: [
5-
'<%= paths.bower %>'
6-
]
7-
},
83
css: {
94
src: [
105
'<%= paths.cssDist %>',

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function() {
1717
cssVend: 'css/src/vendor/',
1818
cssDist: 'css/dist/',
1919
fontSrc: 'font/src/',
20-
fontVend: 'font/src/vendor/',
20+
fontVend: 'font/src/',
2121
fontDist: 'font/dist/',
2222
imagesSrc: 'images/src/',
2323
imagesDist: 'images/dist/',

0 commit comments

Comments
 (0)