Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Jan 10, 2025
1 parent 86948be commit 3999163
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .scripts/assets-build-tool/min.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ glob(config.source).then((files) => {
dest,
path.parse(target).name + ".map"
);
await fs.outputFile(mappedTarget, (map.replace(/(?:\\[rn])+/g, "\\n")) + "\n");
await fs.outputFile(mappedTarget, (map.toString().replace(/(?:\\[rn])+/g, "\\n")) + "\n");
console.log(
`Mapped (${chalk.gray("from")}, ${chalk.cyan(
"to"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/OrchardCore.Themes/TheBlogTheme/wwwroot/css/styles.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 3999163

Please sign in to comment.