Make JSCS happy
parent
c89317ca52
commit
8aa417b5b1
|
@ -465,14 +465,14 @@ gulp.task('serve', ['default'], function() {
|
||||||
|
|
||||||
// Generate release archive containing just JS, CSS, Source Map deps
|
// Generate release archive containing just JS, CSS, Source Map deps
|
||||||
gulp.task('zip:mdl', function() {
|
gulp.task('zip:mdl', function() {
|
||||||
gulp.src(['dist/material.*@(js|css)?(.map)','LICENSE'])
|
gulp.src(['dist/material.*@(js|css)?(.map)', 'LICENSE'])
|
||||||
.pipe($.zip('mdl.zip'))
|
.pipe($.zip('mdl.zip'))
|
||||||
.pipe(gulp.dest('dist'));
|
.pipe(gulp.dest('dist'));
|
||||||
});
|
});
|
||||||
|
|
||||||
// Generate release archive containing the library, templates and site
|
// Generate release archive containing the library, templates and site
|
||||||
gulp.task('zip:site', function() {
|
gulp.task('zip:site', function() {
|
||||||
gulp.src(['dist/**/*','LICENSE'])
|
gulp.src(['dist/**/*', 'LICENSE'])
|
||||||
.pipe($.zip('mdl-all.zip'))
|
.pipe($.zip('mdl-all.zip'))
|
||||||
.pipe(gulp.dest('dist'));
|
.pipe(gulp.dest('dist'));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue