cljsjs

damian 2016-03-22T16:52:34.000156Z

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.

2016-03-22T16:55:13.000157Z

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

2016-03-22T16:55:17.000158Z

@damian:

2016-03-22T16:55:56.000159Z

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

damian 2016-03-22T16:57:49.000160Z

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

👍 1
juhoteperi 2016-03-22T17:00:22.000161Z

boot package install should work

👍 1
juhoteperi 2016-03-22T17:01:15.000162Z

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

juhoteperi 2016-03-22T17:01:27.000163Z

install just installs jar files to local maven repo

martinklepsch 2016-03-22T17:03:16.000164Z

@damian: ^