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

Improve build docs & dev setup. #92

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

beporter
Copy link

@beporter beporter commented Oct 25, 2021

Resolves #54.

Builds on #91 to add the existing asset pipeline tooling to (only) the vagrant box.

This work conflicts with #90 somewhat. In general, #90 is preferable as it moves things forward and this PR merely meets the project where it's at. If anything, I'd recommend merging this one first, then adapting #90 to:

  1. Not use yarn. It's unnecessary these days.
  2. Replace yarn.lock with package-lock.json.
  3. Remove the unnecessary yui-compressor from the Vagrantfile provisioning block.

Builds on davmillar#91 to add the existing asset pipeline tooling to (only) the vagrant box.

This work conflicts with davmillar#90 somewhat. In general, davmillar#90 is preferable as it moves things forward and this PR merely meets the project where it's at. If anything, I'd recommend merging this one first, then adapting davmillar#90 to:

1. Not use yarn. It's unnecessary.
2. Replace yarn.lock with package-lock.json.
3. Remove the unnecessary yui-compressor from the Vagrantfile provisioning block.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Readme file more useful for devs.
2 participants