cljsjs

2016-09-14T23:04:58.000477Z

hello again … hitting a snag here trying to add a new zxcvbn library. when downloading and extracting the source, it has this line at the end of the file //# sourceMappingURL=zxcvbn.js.map

2016-09-14T23:06:11.000478Z

so i also moved the attached source map in the package task like this:

(sift :move {#"zxcvbn-.*/dist/zxcvbn.js$" "cljsjs/zxcvbn/production/zxcvbn.js"})
    (sift :move {#"zxcvbn-.*/dist/zxcvbn.js.map$" "cljsjs/zxcvbn/production/zxcvbn.js.map”})

2016-09-14T23:06:34.000481Z

but now, boot complains and says it must be .inc

2016-09-14T23:07:09.000482Z

if i change that to inc, then //# sourceMappingURL=zxcvbn.js.map won’t find that inc file and there will be 404s

2016-09-14T23:07:15.000483Z

tricky ...

2016-09-14T23:12:22.000484Z

ah, fixed that with the useful replace-content fn