fix: included build files through hooks
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"css/school.css": [
|
||||
"public/css/style.css"
|
||||
],
|
||||
|
||||
"js/website.js": [
|
||||
"public/js/profile.js"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user