-
Notifications
You must be signed in to change notification settings - Fork 380
Acq 2230 productionize docs #66
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs to get rebased, there are some changes in #master
that aren't reflected here
.PHONY: dev | ||
dev: node_modules vendor/bundle | ||
@$(BIN)/concurrently --raw --kill-others -n webpack,jekyll \ | ||
"$(BIN)/webpack --mode=development --watch" \ | ||
"bundle exec jekyll serve --trace --incremental -H 0.0.0.0 -V" | ||
|
||
.PHONY: intialize-work-dir | ||
intialize-work-dir: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the need for this? _site
is a byproduct of make build
and @bundle install
also happens as part of that step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are some permission issues with the Jekyll container, that need to be worked around: envygeeks/jekyll-docker#116
187fda8
to
ca60df0
Compare
squash commits remove chmod command add permission update test workdir change test workdir change test workdir change test workdir change
4488e95
to
58759e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
JIRA: https://segment.atlassian.net/browse/ACQ-2230
Buildkite: https://buildkite.com/segment/segment-docs
Related issues (optional)