update license

This commit is contained in:
Van
2017-02-17 11:15:36 +08:00
parent 0a1a88a3ec
commit ab037d4ef9
19 changed files with 256 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ gulp.task ('build', ['clean'], function (cb) {
});
gulp.task ('license', ['clean', 'build'], function () {
gulp.src('../*/css/*.min.css')
gulp.src('../*/css/*.css')
.pipe(license(fs.readFileSync('header.txt', 'utf8'), {year: (new Date()).getFullYear()}, 1))
.pipe(gulp.dest('../'));
});