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
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”})
but now, boot complains and says it must be .inc
if i change that to inc, then //# sourceMappingURL=zxcvbn.js.map
won’t find that inc file and there will be 404s
tricky ...
ah, fixed that with the useful replace-content fn