File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public static function loadFrontendAssets()
7676
7777 wp_enqueue_style (
7878 'ADDON_ID-style-frontend ' ,
79- ADDON_CONSTANT_URL . 'public/css /frontendCss.css ' ,
79+ ADDON_CONSTANT_URL . 'build /frontendCss.css ' ,
8080 [],
8181 ADDON_CONSTANT_VERSION
8282 );
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ module.exports = {
2020 settings : srcPath ( 'Domain/resources/js/admin/settings-page-app/index.tsx' ) ,
2121 adminJs : srcPath ( 'Domain/resources/js/admin/index.tsx' ) ,
2222 adminCss : srcPath ( 'Domain/resources/css/admin/index.scss' ) ,
23+ frontendJs : srcPath ( 'Domain/resources/js/frontend/index.tsx' ) ,
24+ frontendCss : srcPath ( 'Domain/resources/css/frontend/index.scss' ) ,
2325 } ,
2426} ;
2527
You can’t perform that action at this time.
0 commit comments