Excluding /dist/ directory
This commit is contained in:
Родитель
ae9119cc38
Коммит
3bf2ea3184
|
@ -15,6 +15,7 @@ module.exports = function (grunt) {
|
|||
src: [
|
||||
'**/*.js',
|
||||
'!<%= yeoman.app %>/bower_components/**',
|
||||
'!<%= yeoman.dist %>/**',
|
||||
'!node_modules/**'
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче