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

Allow to ignore certain files in squint.edn #481

Closed
zampino opened this issue Mar 11, 2024 · 0 comments
Closed

Allow to ignore certain files in squint.edn #481

zampino opened this issue Mar 11, 2024 · 0 comments

Comments

@zampino
Copy link

zampino commented Mar 11, 2024

For scenarios where clojurescript files live in the same folder of clojure ones, it might be handy to specify in squint.edn which files should be actually processed (i.e. compiled or copied over). Maybe an inclusion or exclusion glob?

All files in :src are currently handled by default.

If I have

{:paths ["src"]
 :output-dir "public/js"}

in my squint.edn, all of clojure source files will be copied over.

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

No branches or pull requests

1 participant