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

Component Directories #15

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Component Directories #15

merged 1 commit into from
Mar 12, 2024

Conversation

blendtwenty
Copy link
Contributor

This PR increases the flexibility a doge component author has when making a component.

The current build script:

  • demands a component be named doge-*.js
  • limits the author to a single js file

This PR removes those constraints.

  1. A component and all its directory content is now published, the only exclusion being its test files.
  2. A component need not be strictly called doge-foo.js, it can be of any name within the components directory.

@blendtwenty blendtwenty merged commit 146b04a into main Mar 12, 2024
4 checks passed
@blendtwenty blendtwenty deleted the component-directories branch March 12, 2024 06:15
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.

1 participant