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

New .aunty output directory (replacing .build dir and .deploy file) #171

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

colingourlay
Copy link
Contributor

  • Move built projects and deploy configurations into a .aunty directory, rather than creating two artefacts in the project directory.
  • Rename build directory from .build to build so it's not hidden from file explorers by default
  • Rename deploy configuration file from .deploy to deploy.json so that it gets syntax highlighting in editors.
  • Update clean command to remove the .aunty directory
  • Create an npm postinstall script which updates .gitignore files and clears old artefacts when aunty is upgraded in an existing project
  • Update output artefact references in .gitignore file in project generator template

- Move buillt projects and deploy configurations into a .aunty directory, rather than creating two artefacts in the project directory.
- Rename build directory from .build to build so it's not hidden from file explorers by default
- Rename deploy configuration file from .deploy to deploy.json so that it gets syntax highlighting in editors.
- Create a postinstall script which updates .gitignore files and clears old artefacts when aunty is upgraded in an existing project
- Update output artefact references in  .gitignore file in project generator template
Copy link
Member

@phocks phocks left a comment

Choose a reason for hiding this comment

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

Good. Sensible changes.

Copy link
Member

@drzax drzax left a comment

Choose a reason for hiding this comment

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

Makes sense to me.

@colingourlay colingourlay merged commit cfc09be into main Jul 26, 2022
@colingourlay colingourlay deleted the aunty-directory branch July 26, 2022 05:28
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.

4 participants