Merge pull request #575 from return42/fix-source-map

[fix] simple theme: make JS sources available on non build hosts
This commit is contained in:
Alexandre Flament 2021-12-03 08:25:11 +01:00 committed by GitHub
commit 58a6738dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -88,7 +88,9 @@ module.exports = function(grunt) {
warnings: true, warnings: true,
compress: false, compress: false,
mangle: true, mangle: true,
sourceMap: true sourceMap: {
includeSources: true
}
}, },
dist: { dist: {
files: { files: {