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

Verify template documentation #14

Closed
seancorfield opened this issue Sep 20, 2021 · 1 comment
Closed

Verify template documentation #14

seancorfield opened this issue Sep 20, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@seancorfield
Copy link
Owner

It has:

;; template.edn
{:transform [["resources" "resources/{{top/file}}"]]}

But I think that isn't actually legal because the tuple requires three or four elements.

Also need to document the open/close tuple for templates.

@seancorfield seancorfield added the documentation Improvements or additions to documentation label Sep 20, 2021
@seancorfield
Copy link
Owner Author

In #16 I changed the Spec to s/cat so one or more elements are legal and the syntax updated to include an optional :raw at the end to skip the :replace option on copy-dir so binary files are not corrupted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant