Skip to content

Commit b4db3b9

Browse files
author
Pavel Strashkin
committed
Watch for assets and copy it to dist/
1 parent edec39c commit b4db3b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gruntfile.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,14 @@ module.exports = function (grunt) {
231231
files: [
232232
'src/scss/**/*.scss'
233233
]
234+
},
235+
236+
assets: {
237+
tasks: ['copy:assets'],
238+
files: [
239+
'src/assets/**/*',
240+
'!src/assets/styles/**/*'
241+
]
234242
}
235243
},
236244

0 commit comments

Comments
 (0)