Skip to content

Commit

Permalink
Fixed #1633, Fixed #1633, Fixed #1631, Fixed #1630, Fixed #1629, Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 12, 2020
1 parent 046fa7f commit c5ca088
Show file tree
Hide file tree
Showing 35 changed files with 125,016 additions and 86,927 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
/components
/src/assets/style/app/App.css
/src/assets/style/app/App.css.map
package-lock.json
package-lock.json

# Themes
public/themes/soho-light/
public/themes/soho-dark/
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gulp.task('build-css', function() {

gulp.task('build-themes', function() {
return gulp.src([
'public/themes/**/*'
'public/themes/**/*','!public/themes/soho-*/**/*'
])
//.pipe(uglifycss({"uglyComments": true}))
.pipe(gulp.dest('resources/themes'));
Expand Down
Loading

0 comments on commit c5ca088

Please sign in to comment.