chore: Update builder
This commit is contained in:
parent
900e0fb069
commit
b12818f971
2 changed files with 4 additions and 4 deletions
|
@ -44,11 +44,11 @@ Gulp.task('build:icons', cb => {
|
|||
const path = './themes/.material-theme-icons.tmp';
|
||||
fs.writeFileSync(path, contents, 'utf-8');
|
||||
gutil.log(
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
gutil.colors.gray('\n———————————————————————————————————————————————————————————————\n')
|
||||
);
|
||||
gutil.log('Generated', gutil.colors.green(path));
|
||||
gutil.log(
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
gutil.colors.gray('\n———————————————————————————————————————————————————————————————\n')
|
||||
);
|
||||
|
||||
cb();
|
||||
|
|
|
@ -36,7 +36,7 @@ files.forEach(file => {
|
|||
|
||||
Gulp.task('build:themes', cb => {
|
||||
gutil.log(
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
gutil.colors.gray('\n———————————————————————————————————————————————————————————————\n')
|
||||
);
|
||||
themeVariants.forEach(variant => {
|
||||
const templateData = {
|
||||
|
@ -60,6 +60,6 @@ Gulp.task('build:themes', cb => {
|
|||
});
|
||||
|
||||
gutil.log(
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
gutil.colors.gray('\n———————————————————————————————————————————————————————————————\n')
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue