eginez / calvin

A minimalistic build tool for clojurescript projects that does not require the jvm
186 stars 9 forks source link

Read :source-paths from project.clj #2

Open arichiardi opened 7 years ago

arichiardi commented 7 years ago

Hello! Great project, with great potential, let's make a better lein :+1:

A problem I would like to report. I started calvin repl and everything works, except the fact that I cannot execute (require 'a-namespace.core), where the namespace file resides in:

src
└── a-namespace
    └── core.cljs

I am going to check your code as well ;)

eginez commented 7 years ago

that is weird! I had that working before in my projects, I'll try running a few more tests and comment back

eginez commented 7 years ago

ah yes I know what's going on, I am only reading the project :dependencies and not :source-paths.