fix: reverting to old build system
This commit is contained in:
@@ -19,9 +19,9 @@ app_license = "AGPL"
|
|||||||
# app_include_js = "/assets/school/js/school.js"
|
# app_include_js = "/assets/school/js/school.js"
|
||||||
|
|
||||||
# include js, css files in header of web template
|
# 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_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")
|
# include custom scss in every website theme (without file extension ".scss")
|
||||||
# website_theme_scss = "school/public/scss/website"
|
# website_theme_scss = "school/public/scss/website"
|
||||||
|
|||||||
9
school/public/build.json
Normal file
9
school/public/build.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"css/school.css": [
|
||||||
|
"public/css/style.css"
|
||||||
|
],
|
||||||
|
|
||||||
|
"js/website.js": [
|
||||||
|
"public/js/profile.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
@import "./style.css";
|
|
||||||
Reference in New Issue
Block a user