0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-06-26 03:50:49 +03:00

do not reference source maps in minified JS

This commit is contained in:
Alexander Yakovlev 2020-10-24 19:25:46 +07:00
parent 4e4ca88c83
commit f1222245f6
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

View file

@ -41,5 +41,4 @@ task 'build', 'Compile and minify all CoffeeScript files', ->
if err
util.log err
process.exit 1 # abort npm packaging
fs.appendFileSync('lib/index.min.js', "\n//# sourceMappingURL=index.min.js.map")
util.log "Minified JavaScript."