luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
648 stars 146 forks source link

Broken profile +mongo #138

Closed ekaragodin closed 9 years ago

ekaragodin commented 9 years ago

Create new project and run:

lein new luminus ti +cljs +mongodb cd ./ti lein run

Exception in thread "main" java.io.FileNotFoundException: Could not locate ti/db/migrations__init.class or ti/db/migrations.clj on classpath., compiling:(ti/core.clj:1:1)
    at clojure.lang.Compiler.load(Compiler.java:7239)
    at clojure.lang.RT.loadResourceScript(RT.java:371)
    at clojure.lang.RT.loadResourceScript(RT.java:362)
    at clojure.lang.RT.load(RT.java:446)
    at clojure.lang.RT.load(RT.java:412)
    at clojure.core$load$fn__5448.invoke(core.clj:5866)
...
yogthos commented 9 years ago

thanks for reporting, should be fixed now

ekaragodin commented 9 years ago

yes, it fixed :+1: