https://github.com/martinklepsch/boot-cljs-multiple-builds
https://github.com/martinklepsch/boot-cljs-multiple-builds
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinklepsch/boot-cljs-multiple-builds
- Owner: martinklepsch
- Created: 2015-08-19T21:45:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T19:41:22.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T13:46:44.499Z (4 months ago)
- Language: Clojure
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 1.7.48-3 and up IDs contain paths:
```
boot cljs --ids js/app cljs --ids js/separate
```### Command below is fixed with adzerk/boot-cljs 1.7.48-0
```
boot cljs --ids app cljs --ids separate
```