Skip to content

Instantly share code, notes, and snippets.

@Jannis
Created November 6, 2015 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jannis/307e03a461e9b7cc26e3 to your computer and use it in GitHub Desktop.
Save Jannis/307e03a461e9b7cc26e3 to your computer and use it in GitHub Desktop.
[jannis@columba om]$ git diff
diff --git a/project.clj b/project.clj
index e0b854f..3b39ce7 100644
--- a/project.clj
+++ b/project.clj
@@ -19,7 +19,7 @@
[devcards "0.2.0-8" :scope "provided"]
]
- :plugins [[lein-cljsbuild "1.1.0"]]
+ :plugins [[lein-cljsbuild "1.1.1-SNAPSHOT"]]
:jar-exclusions [#".DS_Store" #"dev" #"devcards" #"test" #"index.html"
#"main" #"public"]
@@ -28,7 +28,7 @@
:cljsbuild {
:builds [{:id "dev"
- :source-paths ["src/main" "src/dev"]
+ :source-paths ["src/main"]
:compiler {:main om.dev
:asset-path "out"
:output-to "resources/out/app.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment