Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 9994ad1

Browse files
committed
fix to include arduino icons when building with grunt
1 parent 5b1d88f commit 9994ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.exports = function (grunt) {
109109
expand: true,
110110
dest: 'dist/styles',
111111
cwd: 'src/styles',
112-
src: ['jsTreeTheme.css', 'fonts/{,*/}*.*', 'images/*', 'brackets.min.css*']
112+
src: ['jsTreeTheme.css', 'fonts/{,*/}*.*', 'images/*', 'images/arduino/*', 'brackets.min.css*']
113113
}
114114
]
115115
}

0 commit comments

Comments
 (0)