Skip to content

Commit

Permalink
Add more themes
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 22, 2023
1 parent 110975b commit 301cdba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ gulp.task('images', function () {
});

gulp.task('themes', function () {
return gulp
.src(['src/assets/components/themes/**/*', '!src/assets/components/themes/soho-*/**/*', '!src/assets/components/themes/viva-*/**/*', '!src/assets/components/themes/mira/**/*', '!src/assets/components/themes/nano/**/*'])
.pipe(gulp.dest('dist/resources/themes'));
return gulp.src(['src/assets/components/themes/**/*']).pipe(gulp.dest('dist/resources/themes'));
});

//Copy readme
Expand Down

0 comments on commit 301cdba

Please sign in to comment.