Skip to content

Commit

Permalink
Revert rename assets.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Jan 9, 2025
1 parent 7b19fe8 commit 0422ac6
Show file tree
Hide file tree
Showing 43 changed files with 471 additions and 471 deletions.
2 changes: 1 addition & 1 deletion build.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const assetsLookupGlob = "src/{OrchardCore.Themes,OrchardCore.Modules}/**/Assets.json";
export const assetsLookupGlob = "src/{OrchardCore.Themes,OrchardCore.Modules}/**/Assets2.json";
export const parcelBundleOutput = "src/OrchardCore.Modules/OrchardCore.Resources/wwwroot/Scripts/bundle"

export function parcel() {
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ gulp.task('default', gulp.series(['build']));
*/

function getAssetGroups() {
var assetManifestPaths = glob.sync("./src/OrchardCore.{Modules,Themes}/*/GulpAssets.json", {});
var assetManifestPaths = glob.sync("./src/OrchardCore.{Modules,Themes}/*/Assets.json", {});
var assetGroups = [];
assetManifestPaths.forEach(function (assetManifestPath) {
var assetManifest = require("./" + assetManifestPath);
Expand Down
Loading

0 comments on commit 0422ac6

Please sign in to comment.