Skip to content

Commit

Permalink
Fixed #557, Fixed #559, Fixed #560, Fixed #561, Fixed #568, Fixed #570,
Browse files Browse the repository at this point in the history
Fixed #572
  • Loading branch information
cagataycivici committed Oct 14, 2020
1 parent 8d9a61f commit edbc283
Show file tree
Hide file tree
Showing 41 changed files with 7,197 additions and 1,428 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ yarn-error.log*
*.sln
*.sw*

# 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 @@ -25,7 +25,7 @@ gulp.task('build-css', function() {

gulp.task('build-themes', function() {
return gulp.src([
'public/themes/**/*'
'public/themes/**/*','!public/themes/soho-*/**/*'
])
.pipe(gulp.dest('resources/themes'));
})
Expand Down
Binary file added public/demo/images/themes/fluent-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/demo/images/themes/soho-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/demo/images/themes/soho-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit edbc283

Please sign in to comment.