Skip to content

Commit

Permalink
commented out purgecss
Browse files Browse the repository at this point in the history
  • Loading branch information
edvallog committed Dec 6, 2023
1 parent b99fdf5 commit 6283fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Deploy
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export JEKYLL_ENV=production
bundle exec jekyll build --lsi

# Purge unused css
purgecss -c purgecss.config.js
#purgecss -c purgecss.config.js

# Delete and move files
find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name 'CNAME' ! -name '.gitignore' -exec rm -rf {} \;
Expand Down

0 comments on commit 6283fdc

Please sign in to comment.