Skip to content

Commit 4f2e01e

Browse files
Wade AndersonWade Anderson
authored andcommitted
Added svg to gulp task
1 parent 69aaaf5 commit 4f2e01e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ node_modules
44
.DS_Store
55
.vscode/spell.json
66

7-
.idea
7+
.idea
8+
9+
*.sublime-project
10+
*.sublime-workspace

scripts/gulpfile.docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var areas = {
3939
gulp.task('copy-images', function () {
4040
console.log('Copying over rest of static content files...');
4141

42-
var images = gulp.src([DOCS_SRC_ROOT + '/**/images/**/*.{png,PNG,jpg,JPG}'])
42+
var images = gulp.src([DOCS_SRC_ROOT + '/**/images/**/*.{png,PNG,jpg,JPG,svg,SVG}'])
4343
.pipe(imagemin());
4444

4545
var gifs = gulp.src([DOCS_SRC_ROOT + '/**/images/**/*.{gif,GIF}']);

0 commit comments

Comments
 (0)