Skip to content

Instantly share code, notes, and snippets.

@arohner
Created February 20, 2015 17:12
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 arohner/e8b839ea82ce78aed7a0 to your computer and use it in GitHub Desktop.
Save arohner/e8b839ea82ce78aed7a0 to your computer and use it in GitHub Desktop.
cljs foreign libs weirdness
Uncaught Error: Undefined nameToPath for com.bootstrapbase.js:739
visitNodebase.js:753
goog.writeScripts_base.js:459
goog.requiredashboard:4
(anonymous function)
:cljsbuild {:builds {:dev {:source-paths ["src/cljs"]
:compiler {:output-to "dev-resources/public/js/app.js"
:output-dir "dev-resources/public/js/"
:asset-path "/js"
:source-map true
:main rasterize.frontend.main
:foreign-libs [{:file "resources/public/bower/jquery/dist/jquery.js"
:file-min "resources/public/bower/jquery/dist/jquery.min.js"
:provides ["org.jquery"]}
{:file "resources/public/bower/bootstrap/dist/js/bootstrap.js"
:file-min "resources/public/bower/bootstrap/dist/js/bootstrap.min.js"
:provides ["com.bootstrap"]
:requires ["org.jquery"]}]
:optimizations :none
:pretty-print true}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment