Skip to content

Commit 060d9ef

Browse files
committed
Removed icons from paths
1 parent c80b8b3 commit 060d9ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module.exports = function() {
3434
project.files = {
3535
js: project.paths.assets + 'js/**/*.js',
3636
scss: project.paths.authorAssets + 'scss/**/*.scss',
37-
icons: project.paths.authorAssets + 'icons/**/*.svg',
3837
config: project.paths.config + '**/*.js',
3938
changelog: 'CHANGELOG.md'
4039
};

0 commit comments

Comments
 (0)