-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/issue 207 delete file fix #213
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
base: dev
Are you sure you want to change the base?
Changes from all commits
976bd00
4899dca
077bfd1
9f239b2
97d8554
1f203e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -28,3 +28,4 @@ analyzer: | |||
| exclude: | ||||
| - ignore/** | ||||
| - ignore/ | ||||
| - templates/** | ||||
|
||||
| - templates/** |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Register bricks which can be used via mason get. | ||
| # bricks: | ||
| # sample: 0.1.0+1 | ||
| # hello: | ||
| # git: | ||
| # url: https://github.com/felangel/mason | ||
| # path: bricks/hello | ||
|
|
||
| bricks: | ||
| solidui: | ||
| path: templates/solidui/brick |
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.
README instructions use
mason add solidui --path templates/solidui/brick, which will only work if the user has this repo checked out and the template directory is present. For end users starting a new project, document amason addcommand that pulls the brick from a git URL (or a published brick), or explicitly state they must clone/vendor the template directory first.