I'm developing a ClojureScript library, which is intended to be used in a browser environment.
So obviously there will be additional source files during development and testing. How can this be separated from the library source?
Is there a way to mark some sources as just for testing purpose which would be omitted when installing / deploying the project?
Additionally the resources folder, which contains some HTML files (etc.), should not be included when publishing as well.