Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Feb 20, 2025
1 parent 0bd8e02 commit c0fb14e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/assets/backend/css/style.lite.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion tool/minify/cleanCSS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ cssdalek \
--word "${baseDir}public/assets/backend/js/dialog/bootstrap-dialog.js"\
--word "${baseDir}public/assets/backend/js/fuelux/js/fuelux.js"\
--word "${baseDir}public/assets/backend/js/behaviour/*.js"\
--word "${baseDir}public/assets/backend/js/behaviour/*/*.js" > ${baseDir}public/assets/backend/js/bootstrap/dist/css/bootstrap.lite.min.css
--word "${baseDir}public/assets/backend/js/behaviour/*/*.js"\
--include-class "col-.*" > ${baseDir}public/assets/backend/js/bootstrap/dist/css/bootstrap.lite.min.css

cssdalek \
--css "${baseDir}public/assets/backend/css/style.css"\
Expand All @@ -47,4 +48,5 @@ cssdalek \
--include-selector ".collapse-box"\
--include-selector ".page-aside.app .header-md"\
--include-id "captchaImage"\
--include-class "col-.*"\
--include-class "progress-bar-.*" > ${baseDir}public/assets/backend/css/style.lite.min.css

0 comments on commit c0fb14e

Please sign in to comment.