New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rooted-relative returns a string already #40

Merged
merged 1 commit into from Jan 28, 2015
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Diff settings

Always

Just for now

@@ -151,7 +151,7 @@
output-dir (util/get-name (:output-dir opts))
cljs-paths (map core/tmppath (:cljs files))
main* (-> main core/tmppath deps/strip-extension)
rooted-path #(.getPath (util/rooted-relative docroot (core/tmppath %)))
rooted-path #(util/rooted-relative docroot (core/tmppath %))
scripts (-> (:incs files)
(->> (mapv rooted-path))
(conj (io/file output-dir "goog" "base.js"))
ProTip! Use n and p to navigate between commits in a pull request.