whitefusionhq / bulmatown

A Bulma CSS starter theme for Bridgetown.
https://bulmatown.onrender.com/
MIT License
17 stars 9 forks source link

Fixing installation on 0.18.4 #4

Closed arca0 closed 3 years ago

arca0 commented 3 years ago

This fixes problems with the automation script trying to replace and gsub content in templates with the html extension instead of liquid, which is the current default. This caused the script to fail during gsub because "default.html" no longer exists by default. The script also created unnecessary template files with the html extension where the same files with liquid extension already existed.

This change supports both extensions.

vercel[bot] commented 3 years ago

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/whitefusion/settings/billing
maxveldink commented 3 years ago

Running into this issue as well, can we go ahead and merge this in?

GumptionWare commented 3 years ago

Same here. Any help?