Skip to content

Commit

Permalink
Testing source maps just with AdminDashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 17, 2024
1 parent 6e51356 commit 56198f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/OrchardCore.Modules/OrchardCore.AdminDashboard/Assets.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[
{
"inputs": [
"Assets/scss/dashboard.scss"
],
"output": "wwwroot/Styles/dashboard.css"
}
]
{
"generateSourceMaps": true,
"inputs": [
"Assets/scss/dashboard.scss"
],
"output": "wwwroot/Styles/dashboard.css"
}
]

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

0 comments on commit 56198f9

Please sign in to comment.