Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

Commit 2f95f01

Browse files
committed
Merge pull request #67 from Cactucs/images
Watching images
2 parents 73539d0 + 8885438 commit 2f95f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tasks/watch_sources.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
var mapping = {
22
styles: ['css', 'less', 'scss', 'styl'],
33
scripts: ['js', 'jsx', 'es6', 'es', 'coffee'],
4-
templates: ['jade', 'json', 'html', 'htm']
4+
templates: ['jade', 'json', 'html', 'htm'],
5+
images: ['jpg', 'jpeg', 'png', 'svg']
56
}
67

78

0 commit comments

Comments
 (0)