Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 17, 2021
1 parent 8d401ab commit 0bb0da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ gulp.task('build-css', function() {
gulp.task('build-themes', function() {
return gulp.src([
'public/themes/**/*',
'!public/themes/soho-*',
'!public/themes/soho-*/**/*',
'!public/themes/viva-*',
'!public/themes/viva-*/**/*',
'!public/themes/mira',
'!public/themes/mira/**/*',
'!public/themes/nano',
'!public/themes/nano/**/*'
])
//.pipe(uglifycss({"uglyComments": true}))
Expand Down

0 comments on commit 0bb0da9

Please sign in to comment.