Fork me on GitHub
#cljsjs
<
2017-04-05
>
danielgrosse09:04:31

Hello, I want to update a bundle I created and switch to downloading the zip and then moving the contents. But the boot task fails with the error

clojure.lang.ExceptionInfo: Assert failed: No .inc.js file found!
                            regular
    data: {:file
           "/var/folders/qj/rtsvn3wd7mq4nlj54fnjl3jr0000gr/T/boot.user6083038852386146775.clj",
           :line 93}
  java.lang.AssertionError: Assert failed: No .inc.js file found!
                            regular
     cljsjs.boot-cljsjs.packaging/eval344/fn/fn/fn            packaging.clj:  115
How can I look what is going wrong?

juhoteperi09:04:25

the regex is bad, autobahn-js-* should have . before *

danielgrosse09:04:51

Thank you. That solved the issue