fix: use hook for website theme scss

This commit is contained in:
barredterra
2020-08-28 15:16:39 +02:00
parent d4af7d612d
commit a162248f32
2 changed files with 1 additions and 15 deletions

View File

@@ -19,11 +19,11 @@ app_include_js = "assets/js/erpnext.min.js"
app_include_css = "assets/css/erpnext.css"
web_include_js = "assets/js/erpnext-web.min.js"
web_include_css = "assets/css/erpnext-web.css"
website_theme_scss = "erpnext/public/scss/website"
doctype_js = {
"Communication": "public/js/communication.js",
"Event": "public/js/event.js",
"Website Theme": "public/js/website_theme.js",
"Newsletter": "public/js/newsletter.js"
}