Skip to content

Commit

Permalink
More migration to Asset2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Jan 11, 2025
1 parent 7b3d8ea commit f4adea5
Show file tree
Hide file tree
Showing 39 changed files with 15,667 additions and 1,739 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,5 +725,4 @@ select.selectpicker {
margin-bottom: 0;
width: 100%;
float: none;
}
/*# sourceMappingURL=node_modules/bootstrap-select/dist/css/bootstrap-select.css.map */
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/OrchardCore.Modules/OrchardCore.Themes/Assets.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"inputs": [
"Assets/scss/admin.scss"
],
"output": "wwwroot/Styles/themes.admin.css"
},
{
"inputs": [
"Assets/js/constants.js",
Expand Down
8 changes: 8 additions & 0 deletions src/OrchardCore.Modules/OrchardCore.Themes/Assets2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "sass",
"name": "themes-admin",
"source": "Assets/scss/themes.admin.scss",
"tags": ["themes", "css"]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
background-size: cover;
border-top: 1px solid #f8f9fa;
border-bottom: 1px solid #f8f9fa;
}
}

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.

24 changes: 0 additions & 24 deletions src/OrchardCore.Modules/OrchardCore.Workflows/Assets.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
[
{
"inputs": [
"../../../node_modules/jsplumb/css/jsplumbtoolkit-defaults.css"
],
"output": "wwwroot/Styles/jsplumbtoolkit-defaults.css"
},
{
"inputs": [
"../../../node_modules/jsplumb/dist/js/jsplumb.js"
],
"output": "wwwroot/Scripts/jsplumb.js"
},
{
"inputs": [
"Assets/Styles/workflow-editor.scss"
],
"output": "wwwroot/Styles/orchard.workflows-editor.css"
},
{
"inputs": [
"Assets/Styles/workflow-viewer.scss"
],
"output": "wwwroot/Styles/orchard.workflows-viewer.css"
},
{
"inputs": [
"Assets/Scripts/activity-picker.ts",
Expand Down
26 changes: 26 additions & 0 deletions src/OrchardCore.Modules/OrchardCore.Workflows/Assets2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"action": "min",
"name": "workflow-jsplumbtoolkit-defaults.css",
"source": "../../../node_modules/jsplumb/css/jsplumbtoolkit-defaults.css",
"tags": ["workflows", "css"]
},
{
"action": "sass",
"name": "workflow-editor-css",
"source": "Assets/Styles/orchard.workflows-editor.scss",
"tags": ["workflows", "css"]
},
{
"action": "sass",
"name": "workflow-viewer-css",
"source": "Assets/Styles/orchard.workflows-viewer.scss",
"tags": ["workflows", "css"]
},
{
"action": "min",
"name": "workflow-jsplumb",
"source": "../../../node_modules/jsplumb/dist/js/jsplumb.js",
"tags": ["workflows", "js"]
}
]
16,512 changes: 15,195 additions & 1,317 deletions src/OrchardCore.Modules/OrchardCore.Workflows/wwwroot/Scripts/jsplumb.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@
.jtk-connector.jtk-hover {
stroke: #216477;
fill: #216477;
}
}

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

Loading

0 comments on commit f4adea5

Please sign in to comment.