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

zoidyzoidzoid
Copy link
Contributor

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

@zoidyzoidzoid zoidyzoidzoid force-pushed the bootstrap-4 branch 2 times, most recently from e886bc5 to 3d2f165 Compare October 9, 2016 15:30
"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

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

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

Choose a reason for hiding this comment

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

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

Otherwise, looks OK.

@zoidyzoidzoid
Copy link
Contributor Author

Agreed. Updating the README.

Copy link
Member

@drnlm drnlm left a comment

Choose a reason for hiding this comment

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

👍

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