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

Bump to Bootstrap 4 #310

Merged
merged 5 commits into from Oct 13, 2016
Merged

Bump to Bootstrap 4 #310

merged 5 commits into from Oct 13, 2016

Conversation

zoidbergwill
Copy link
Contributor

@zoidbergwill zoidbergwill commented Oct 9, 2016

Using npm triggers/hooks/scripts sucks, but cleaner/tidier than using a script to wrap it all.

Now comes the actual migration

@zoidbergwill zoidbergwill force-pushed the bootstrap-4 branch 2 times, most recently from e886bc5 to 3d2f165 Compare Oct 9, 2016
"bootstrap": "^4.0.0-alpha.4"
},
"scripts": {
"postinstall" : "rm -rf wafer/static/vendor/ && mkdir wafer/static/vendor/ && rsync -a node_modules/* wafer/static/vendor/"
Copy link
Member

@drnlm drnlm Oct 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't using rsync --del and mkdir -p achieve the same result and be a bit shorter?

Copy link
Contributor Author

@zoidbergwill zoidbergwill Oct 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, TIL --del is a thing.

Copy link
Member

@drnlm drnlm left a comment

If we're dropping bower, we need to update the install instructions in the README to reflect this.

Otherwise, looks OK.

@zoidbergwill
Copy link
Contributor Author

zoidbergwill commented Oct 9, 2016

Agreed. Updating the README.

drnlm
drnlm approved these changes Oct 9, 2016
Copy link
Member

@drnlm drnlm left a comment

👍

@zoidbergwill zoidbergwill changed the title [WIP] Bump to Bootstrap 4 Bump to Bootstrap 4 Oct 13, 2016
@zoidbergwill zoidbergwill merged commit ad74fe5 into master Oct 13, 2016
@zoidbergwill zoidbergwill deleted the bootstrap-4 branch Oct 13, 2016
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.

None yet

2 participants