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.
I would clone cljsjs, cd
to the leaflet directory, make changes, and run boot install
. There may be an easier/faster way though
(also I don't see why modifying files inside .m2 would not work but I am not familiar with maven)
Many thanks. I'm still learning the ropes, so anything's a boost for me 😉
boot package install
should work
package
task is responsible for downloading files (if needed), creating deps.cljs, pom.xml, jar file etc.
install
just installs jar files to local maven repo
@damian: ^