Skip to content

Commit 083238e

Browse files
committed
Merge branch 'fix-browsersync-double-badge' into dev
2 parents 6ad1f85 + 39d7df2 commit 083238e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = function(grunt) {
103103
},
104104
snippetOptions: {
105105
// Ignore all HTML files within the templates folder
106-
blacklist: ['/index.html', '/']
106+
blacklist: ['/index.html', '/', '/?*']
107107
},
108108
plugins: [
109109
{

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ gulp.task('connect', ['lab'], function () {
110110
},
111111
snippetOptions: {
112112
// Ignore all HTML files within the templates folder
113-
blacklist: ['/index.html', '/']
113+
blacklist: ['/index.html', '/', '/?*']
114114
},
115115
notify: {
116116
styles: [

0 commit comments

Comments
 (0)