Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Dev Idempotency #237

Open
osterman opened this issue Oct 31, 2018 · 4 comments
Open

Local Dev Idempotency #237

osterman opened this issue Oct 31, 2018 · 4 comments
Assignees

Comments

@osterman
Copy link
Member

osterman commented Oct 31, 2018

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
@alebabai
Copy link
Contributor

alebabai commented Nov 2, 2018

@osterman

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

These changes have been caused by gulp tasks
#212

@osterman
Copy link
Member Author

So this is fixed now?

@alebabai
Copy link
Contributor

alebabai commented Nov 20, 2018

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

@osterman
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants