From 64e581533b93bcdae53886f4938b02c969cbb0d2 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 6 Dec 2021 17:36:46 +0530 Subject: [PATCH] fix: included build files through hooks --- school/hooks.py | 2 +- school/public/build.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/school/hooks.py b/school/hooks.py index 2eca2010..fc48ac50 100644 --- a/school/hooks.py +++ b/school/hooks.py @@ -19,7 +19,7 @@ app_license = "AGPL" # app_include_js = "/assets/school/js/school.js" # include js, css files in header of web template -#web_include_css = "school.bundle.css" +web_include_css = "/assets/school/css/school.css" # web_include_css = "/assets/school/css/school.css" #web_include_js = "website.bundle.js" diff --git a/school/public/build.json b/school/public/build.json index 23490210..32f7e04b 100644 --- a/school/public/build.json +++ b/school/public/build.json @@ -1,9 +1,5 @@ { "css/school.css": [ "public/css/style.css" - ], - - "js/website.js": [ - "public/js/profile.js" ] }