Skip to content

Commit f331592

Browse files
stillesjoAwk34
authored andcommitted
Changes to regex instead of string
1 parent 27cc7f7 commit f331592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/gulpfile.babel(gulp).js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ gulp.task('wiredep:client', () => {
319319
exclude: [
320320
/bootstrap-sass-official/,
321321
/bootstrap.js/,
322-
'/json3/',
323-
'/es5-shim/',
322+
/json3/,
323+
/es5-shim/,
324324
/bootstrap.css/,
325325
/font-awesome.css/
326326
],

0 commit comments

Comments
 (0)