Skip to content

Commit

Permalink
Fix snipe#8603 signature window incorrect due to missing css.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlety committed Nov 3, 2020
1 parent 2844800 commit b031593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/css/build/signature-pad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ mix
* Copy, minify and version signature-pad.css
*/
mix
.copy('./resources/assets/css/signature-pad.css', './public/css/dist')
.minify('./public/css/build/signature-pad.css');
.copy('./resources/assets/css/signature-pad.css', './public/css/signature-pad.css')
.minify('./public/css/signature-pad.css');

// Combine main SnipeIT JS files
mix.js(
Expand Down

0 comments on commit b031593

Please sign in to comment.