This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-23
Channels
- # admin-announcements (6)
- # aleph (3)
- # beginners (38)
- # boot (119)
- # braid-chat (15)
- # braveandtrue (1)
- # clara (4)
- # cljs-dev (56)
- # cljsfiddle (12)
- # cljsjs (15)
- # cljsrn (6)
- # clojars (4)
- # clojure (113)
- # clojure-art (1)
- # clojure-berlin (1)
- # clojure-dusseldorf (3)
- # clojure-india (15)
- # clojure-new-zealand (3)
- # clojure-poland (1)
- # clojure-russia (83)
- # clojure-uk (18)
- # clojurescript (97)
- # community-development (9)
- # cursive (1)
- # data-science (1)
- # datomic (12)
- # emacs (14)
- # hoplon (350)
- # immutant (2)
- # jobs (2)
- # jobs-discuss (23)
- # keechma (74)
- # liberator (1)
- # off-topic (1)
- # om (127)
- # onyx (54)
- # parinfer (74)
- # pedestal (1)
- # proton (5)
- # re-frame (6)
- # reagent (4)
- # remote-jobs (17)
- # ring-swagger (1)
- # slack-help (5)
- # untangled (16)
- # yada (21)
@damian: is this a package that's published already? I'd think this might be an issue with the regular exprs you're using?
@damian: try removing this line #"^Leaflet.draw-master/dist/images/(.*\.png)$" "cljsjs/common/images/$2"
I think that's what the group 2 thing refers to in the error
Maybe it even correctly works if you replace the $2
with $1
but my regex fu isn't so great
Well, as there are only two images, I just did: ` #"^Leaflet.draw-master/dist/images/spritesheet.png" "cljsjs/common/images/spritesheet.png" #"^Leaflet.draw-master/dist/images/spritesheet-2x.png" "cljsjs/common/images/spritesheet-2x.png"`
@damian: happy to help ✋
@damian: you could squash the two commits in that PR but otherwise looks good 👍
No problem, it's not "enforced"... more of a nice to have @damian