We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaecec4 commit 06edb9bCopy full SHA for 06edb9b
build/build-modules-js/compilescss.js
@@ -14,6 +14,7 @@ const watches = [
14
`${rootPath}/administrator/templates/atum/scss`,
15
`${rootPath}/media/plg_installer_webinstaller/scss`,
16
`${rootPath}/build/media_src`,
17
+ `${rootPath}/installation/template/scss/template.scss`,
18
];
19
20
const compileCSSFiles = (options, path) => {
@@ -39,6 +40,7 @@ const compileCSSFiles = (options, path) => {
39
40
`${rootPath}/administrator/templates/atum/scss/template.scss`,
41
`${rootPath}/administrator/templates/atum/scss/template-rtl.scss`,
42
`${rootPath}/build/media_src/plg_installer_webinstaller/scss/client.scss`,
43
44
45
46
folders = [
0 commit comments