docs
docs copied to clipboard
Local Dev Idempotency
what
- Everytime I start, I get these changes. I should see no changes. To reproduce, run
make run
modified: static/css/styles.css
modified: themes/cloudposse/static/css/styles.css
deleted: utterances
why
- Related to utterances
@osterman
modified: static/css/styles.css
modified: themes/cloudposse/static/css/styles.css
These changes have been caused by gulp tasks #212
So this is fixed now?
@osterman i've fixed case with utterances.
Other stuff in cased by gulp tasks.
To fix this it's needed to delete folders static/css and themes/cloudposse/static/css from version control (they are already in .gitignore).
I'll do it in my opened PR for docs #247.
@finnsky is it cool to delete folders static/css and themes/cloudposse/static/css from version control (they are already in .gitignore).