cljsjs / boot-cljsjs

Helper tasks to aid the packaging of JS dependencies for Clojurescript projects
66 stars 22 forks source link

Support :foreign-libs #19

Closed martinklepsch closed 9 years ago

martinklepsch commented 9 years ago
martinklepsch commented 9 years ago

@Deraen tracking progress here, just so you know :)

Deraen commented 9 years ago

Moment and Pikaday are published to Clojars.

I think it would be reasonable to push package changes to master... mostly because push-release refuses to work if branch is not named master.

martinklepsch commented 9 years ago

you can disable that with

(task-options! push {:ensure-clean  false
                     :ensure-branch nil
                     :ensure-tag    (last-commit)})

or something along those lines

martinklepsch commented 9 years ago

I created some sort of testbed here: https://github.com/cljsjs/testbed Currently the multiple builds functionality of boot-cljs is broken by 0.0-2727 but I hope in the future this might be a nice way to do some basic smoke tests.

Testing Pikaday, the daterange-picker and react with addons requires separate html files and will currently not work due to the issue mentioned above.