Exclude generated templates from template zip file

master
Surma 2015-07-07 12:13:51 +01:00 committed by Addy Osmani
parent bd3dfc268c
commit dcb828c605
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ gulp.task('zip:mdl', function() {
// which was not occurring when simply using `gulp.src` in `zip:templates`
var fileFilter = $.filter([
'material.*@(js|css)?(.map)',
'material?(.min)@(.js|.css)?(.map)',
'templates/**/*.*',
'assets/**/*.*',
'LICENSE',