boot-cljs icon indicating copy to clipboard operation
boot-cljs copied to clipboard

Boot task to compile ClojureScript programs.

Results 21 boot-cljs issues
Sort by recently updated
recently updated
newest added

This is essentially the issue that was reported on clojurescript itself as CLJS-2529: https://clojure.atlassian.net/projects/CLJS/issues/CLJS-2529 And subsequently fixed in clojure/clojurescript@8670cc40cf09f90f1d36cb4bf0a2c68713fb1d68 However, that fix expects `java.class.path` to contain all relevant resources including...

Hey. I have an issue with the cljs task. Using the cljs compiler from `adzerk/boot-cljs` with the `:modules` option added, the modules will still be in the `cljs_base.js` file when...

Hi, I'm going through https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-01.md tutorial and at the stage after defining dependencies and calling `boot -h` I'm getting the exception below. I'm on Windows 10 (1709), using JDK 8...

I've run into a problem using CLJSJS packages in a Node.js target that I _think_ is a `boot-cljs ` issue: the `require [cljsjs.foo]` gets compiled to a `cljs.core.load_file` call with...

ClojureScript `watch` no longer (since Feb 2015, after Boot-cljs was originally written) calls `build` each time any file is changed. Only if .cljs, .cljc, .clj or .js file is changed,...

enhancement

I encountered a NullPointerException today: ``` java.lang.Thread.run Thread.java: 748 java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 624 java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1149 java.util.concurrent.FutureTask.run FutureTask.java: 266 ... clojure.core/binding-conveyor-fn/fn core.clj: 2022 adzerk.boot-cljs/compile-1/fn boot_cljs.clj: 160 adzerk.boot-cljs/compile boot_cljs.clj: 72 boot.pod/call-in* pod.clj:...

continuation of https://github.com/boot-clj/boot-cljs/issues/151 One annoyance is that `:file` in `:foreign-libs` is not prefixed on the classpath automatically to the relevant boot tmp files.

https://github.com/emezeske/lein-cljsbuild#custom-warning-handlers Would probably need handler to resolve symbol to a function, so the handler can be loaded on Cljs pod. Example should show how to call the default handler.

enhancement

- Serving files from target dir, filesystem during dev: output with source role (don't include in classpath) - Uberjar production build: resource role, include in JAR - Cljs-test: don't add...

enhancement

Currently boot-reload and boot-cljs-repl use `.cljs.edn` files to tell boot-cljs about namespaces that have to be included in the build. Without `.cljs.edn` file Boot-cljs falls back to compiling EVERY `.cljs`...

enhancement