cljsjs / boot-cljsjs

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

Trouble with tasks for DraftJS #37

Closed abhi18av closed 6 years ago

abhi18av commented 8 years ago

Hi @martinklepsch, I want to contribute Facebook's DraftJS to the CLJSJS project and I've created the extern and the file structure properly.

I've followed the instructions outlined in

Boot CLJS Readme Creating Packages for CLJSJS And below is the link for the gist file I created for build.boot task

build.boot for draft cljsjs package

screen shot 2016-08-22 at 10 54 40 am

I would really appreciate if you could help me out;p

Deraen commented 8 years ago

Looks like you have used React build.boot as a example? It is quite complex due to creating several jar files.

I would recommend using some other package as starting point. auth0 looks like what I think most packages without special requirements should look like.

(Do we point to React build.boot as example somewhere?)