chore: Update builder

This commit is contained in:
Mattia Astorino 2017-05-16 21:14:01 +02:00
parent 900e0fb069
commit b12818f971
2 changed files with 4 additions and 4 deletions

View file

@ -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();

View file

@ -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')
);
});