Fork me on GitHub
#cljsjs
<
2016-03-22
>
damian16:03:34

How do I modify package so I could test it locally? I want to contribute to Leaflet as it misses Draw constructors. I can locate it in my /.m2 directory, but my changes of leaflet.ext.js don't influence it's behavior.

nha16:03:13

I would clone cljsjs, cd to the leaflet directory, make changes, and run boot install. There may be an easier/faster way though

nha16:03:56

(also I don't see why modifying files inside .m2 would not work but I am not familiar with maven)

damian16:03:49

Many thanks. I'm still learning the ropes, so anything's a boost for me 😉

juhoteperi17:03:22

boot package install should work

juhoteperi17:03:15

package task is responsible for downloading files (if needed), creating deps.cljs, pom.xml, jar file etc.

juhoteperi17:03:27

install just installs jar files to local maven repo