Skip to content

Commit

Permalink
Fix style.css not updating when it exists under resources/ (DMOJ#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 authored Aug 1, 2020
1 parent a1389ee commit 4c8379e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ fi
FILES=(sass_processed/style.css sass_processed/content-description.css sass_processed/table.css
sass_processed/ranks.css sass_processed/martor-description.css)

cd `dirname $0`
sass --update resources:sass_processed
cd "$(dirname "$0")" || exit
sass resources:sass_processed

echo
postcss "${FILES[@]}" --verbose --use autoprefixer -d resources

0 comments on commit 4c8379e

Please # to comment.