larry google groups <
lawrenc...@gmail.com> writes:
> I see this:
>
> :resource-paths ["src/main/resource"] ; non-code files included in
> classpath/jar
>
> I am confused in 2 ways:
>
> 1.) is this a break from java conventions? I thought Java projects
> tended to put a "resources" folder at the top level of a project,
> rather than inside of src?
The top-level resources/ is what you get by default; the sample
project.clj file just shows you what it would look like if you were to
change it. Personally I'm not a fan of the paid-by-the-directory deep
nesting approach, but it's shown there because it's the only other
common convention. =)
-Phil