Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Jan 9, 2025
1 parent e7c1afc commit 9048f64
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 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 @@ -102,7 +102,7 @@ glob(config.source).then((files) => {
dest,
path.parse(target).name + ".map"
);
fs.outputFile(mappedTarget, output.map + "\r\n");
fs.outputFile(mappedTarget, output.map + "asd");
console.log(
`Mapped (${chalk.gray("from")}, ${chalk.cyan(
"to"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9048f64

Please sign in to comment.