cljsjs

moxaj 2016-04-07T12:27:52.000334Z

hi, i'm trying to contribute to a package, but upon running the specific build.boot, a`replace-content` task throws for me (`(c/by-re [(re-pattern in)] in-files)` returns nil). In the tmp directory, I have a TmpFile with :path cljsjs\development\bytebuffer.inc.js, and the regex pattern is #"cljsjs/development/bytebuffer.inc.js", so I assume the failure is due to the different slashes. I'm on win10 (which boot supposedly fully supports). Should I file an issue for boot-cljsjs? Or is there anything I'm doing wrong?

martinklepsch 2016-04-07T12:29:29.000335Z

@moxaj: probably best to ask in #C053K90BR

martinklepsch 2016-04-07T12:29:43.000336Z

not sure what the state of affairs is wrt windows

moxaj 2016-04-07T12:30:18.000337Z

@martinklepsch alright