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

Exclude generated tailwind config from VCS #1283

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

sedubois
Copy link
Contributor

@sedubois sedubois commented Aug 1, 2023

I had pushed changes to #1280 too quickly, hadn't finished testing. Here is a better fix.

Replaces run with insert_into_file.

Tested as follows:

rails new test-app --database=postgresql && cd test-app
rails db:create
echo 'gem "spina", git: "https://github.com/sedubois/Spina.git", branch: "patch-2"' >> "Gemfile"
bundle
rails active_storage:install
rails db:migrate
rails g spina:install

@sedubois sedubois changed the title ExcludeExclude generated tailwind config from VCS Exclude generated tailwind config from VCS Aug 1, 2023
@Bramjetten Bramjetten merged commit fefcada into SpinaCMS:main Aug 1, 2023
1 check failed
@sedubois sedubois deleted the patch-2 branch August 1, 2023 10:02
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

Successfully merging this pull request may close these issues.

2 participants