Skip to content

Commit 06edb9b

Browse files
brianteemanlaoneo
authored andcommitted
[4.0] Update build.js (#21446)
The installation template was missing from the watch and build scrippts
1 parent eaecec4 commit 06edb9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build-modules-js/compilescss.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const watches = [
1414
`${rootPath}/administrator/templates/atum/scss`,
1515
`${rootPath}/media/plg_installer_webinstaller/scss`,
1616
`${rootPath}/build/media_src`,
17+
`${rootPath}/installation/template/scss/template.scss`,
1718
];
1819

1920
const compileCSSFiles = (options, path) => {
@@ -39,6 +40,7 @@ const compileCSSFiles = (options, path) => {
3940
`${rootPath}/administrator/templates/atum/scss/template.scss`,
4041
`${rootPath}/administrator/templates/atum/scss/template-rtl.scss`,
4142
`${rootPath}/build/media_src/plg_installer_webinstaller/scss/client.scss`,
43+
`${rootPath}/installation/template/scss/template.scss`,
4244
];
4345

4446
folders = [

0 commit comments

Comments
 (0)