diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index b276deb..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: '2' - -services: - db: - image: neo4j - ports: - - 7474:7474 - - 7687:7687 diff --git a/project.clj b/project.clj index a4555ce..c122724 100644 --- a/project.clj +++ b/project.clj @@ -17,7 +17,8 @@ :ring {:handler wanijo.handler/app} :profiles {:dev {:dependencies [[javax.servlet/servlet-api "2.5"] [ring/ring-mock "0.3.2"]] - :plugins [[lein-less "1.7.5"]]}} + :plugins [[lein-less "1.7.5"] + [joshavg/lein-neo4j "0.3.0"]]}} :less {:source-paths ["resources/app/stylesheets"] :target-path "resources/public/css"} :hiera {:cluster-depth 2})