Skip to content

Commit

Permalink
Fix style.css not updating when it exists under resources/ (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 authored and kiritofeng committed Oct 15, 2020
1 parent 5523fb7 commit 1c472c2
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 1c472c2

Please sign in to comment.