Skip to content

Commit

Permalink
#3090: added missing theme.css.map files and updated generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Jan 21, 2025
1 parent 1f894aa commit 86fd4ef
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 21,708 deletions.
Binary file not shown.
Binary file not shown.
10,860 changes: 0 additions & 10,860 deletions dashboard/public/themes/lara-dark-green/theme.css

This file was deleted.

Binary file not shown.
Binary file not shown.
10,848 changes: 0 additions & 10,848 deletions dashboard/public/themes/lara-light-green/theme.css

This file was deleted.

1 change: 1 addition & 0 deletions dashboard/public/themes/skills-dark-green/theme.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dashboard/public/themes/skills-light-green/theme.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dashboard/themes-customization/create-theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ handle_theme() {
cd $currentDir
cp $primeVueSass/$themePath/theme.css ../public/themes/${themeName}/theme.css
echo "Copied theme file: [$primeVueSass/$themePath/theme.css] to [../public/themes/${themeName}/theme.css]"
cp $primeVueSass/$themePath/theme.css.map ../public/themes/${themeName}/theme.css.map
echo "Copied theme file: [$primeVueSass/$themePath/theme.css.map] to [../public/themes/${themeName}/theme.css.map]"
}

handle_theme "skills-light-green" "themes/lara/lara-light/green"
Expand Down

0 comments on commit 86fd4ef

Please sign in to comment.