An open API service indexing awesome lists of open source software.

https://github.com/martinklepsch/boot-cljs-multiple-builds


https://github.com/martinklepsch/boot-cljs-multiple-builds

Last synced: 3 months ago
JSON representation

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
```