Skip to content

Commit

Permalink
Merge pull request #25268 from frappe/fix-assetjson-restore
Browse files Browse the repository at this point in the history
fix: add missing dq
  • Loading branch information
18alantom committed Mar 7, 2024
2 parents b525251 + c38bbcb commit 851f9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async function update_assets_json_from_built_assets(apps) {

async function update_assets_obj(app, assets, assets_rtl) {
const app_path = path.join(apps_path, app, app);
const dist_path = path.join(app_path, "public, dist");
const dist_path = path.join(app_path, "public", "dist");
const files = await glob("**/*.bundle.*.{js,css}", { cwd: dist_path });
const prefix = path.join("/", "assets", app, "dist");

Expand Down

0 comments on commit 851f9ad

Please sign in to comment.