Closed nwjsmith closed 8 years ago
Hi! Not familiar with boot:
Is *.boot
necessary, or can we narrow this to build.boot
?
You're right, I think we can get away with just build.boot
. If someone has changed the BOOT_FILE
variable, they can add a pragma to the file themselves.
Updated
@guns 😥 forgot to git add
, sorry for wasting your time with that.
I just noticed this in the document you linked:
https://github.com/boot-clj/boot/wiki/Configuring-Boot#configuring-your-clojure-project
Looks like we can also add profile.boot
?
Good catch! Added.
Thanks!
Boot's build files should be detected as Clojure files.