docs icon indicating copy to clipboard operation
docs copied to clipboard

Local Dev Idempotency

Open osterman opened this issue 7 years ago • 4 comments

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 avatar Oct 31 '18 05:10 osterman

@osterman

	modified:   static/css/styles.css
	modified:   themes/cloudposse/static/css/styles.css

These changes have been caused by gulp tasks #212

alebabai avatar Nov 02 '18 14:11 alebabai

So this is fixed now?

osterman avatar Nov 19 '18 20:11 osterman

@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.

alebabai avatar Nov 20 '18 12:11 alebabai

@finnsky is it cool to delete folders static/css and themes/cloudposse/static/css from version control (they are already in .gitignore).

osterman avatar Nov 23 '18 03:11 osterman