Skip to content

Commit

Permalink
add static migrations to site
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Sep 3, 2024
1 parent 3470e97 commit 82b1243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if ! [ -x "$(command -v autoprefixer)" ]; then
exit 1
fi

cd "$(dirname "$0")" || exit
cd "/site" || exit 1

build_style() {
echo "Creating $1 style..."
Expand All @@ -23,5 +23,6 @@ build_style() {
postcss sass_processed/style.css sass_processed/martor-description.css sass_processed/select2-dmoj.css --verbose --use autoprefixer -d $2
}


build_style 'default' 'resources'
build_style 'dark' 'resources/dark'

0 comments on commit 82b1243

Please sign in to comment.