diff --git a/school/hooks.py b/school/hooks.py index c2ce9da0..2eca2010 100644 --- a/school/hooks.py +++ b/school/hooks.py @@ -19,9 +19,9 @@ 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 = "school.bundle.css" # web_include_css = "/assets/school/css/school.css" -web_include_js = "website.bundle.js" +#web_include_js = "website.bundle.js" # include custom scss in every website theme (without file extension ".scss") # website_theme_scss = "school/public/scss/website" diff --git a/school/public/build.json b/school/public/build.json new file mode 100644 index 00000000..23490210 --- /dev/null +++ b/school/public/build.json @@ -0,0 +1,9 @@ +{ + "css/school.css": [ + "public/css/style.css" + ], + + "js/website.js": [ + "public/js/profile.js" + ] +} diff --git a/school/public/css/school.bundle.less b/school/public/css/school.bundle.less deleted file mode 100644 index f420befa..00000000 --- a/school/public/css/school.bundle.less +++ /dev/null @@ -1,2 +0,0 @@ - -@import "./style.css";