問題タブ [figwheel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
clojurescript - Figwheel のコンパイル ディレクトリを Lein で変更する
lein-figwheel から figwheel-main に移行しようとしていますが、lein を使用しています。デフォルトでは、figwheel-main はビルドをコンパイルし、それを target/public/cljs-out ディレクトリに配置します。ただし、別の場所にあることを望んでいました resources/public/js/.
project.clj に compile-path と target-path を追加しようとしましたが、何も変更されていません。
resourses/public/js
ビルドがディレクトリにコンパイルされることを期待していました。target/public/cljs-out
しかし、それでもディレクトリにコンパイルされていることがわかります。ここでどこが間違っていますか?