parent
17a52bd460
commit
eb9ba2a7a4
3 changed files with 64 additions and 42 deletions
modules/ags/config/js
|
@ -32,7 +32,9 @@ export const transpileTypeScript = async(host) => {
|
|||
'--external', '*/fzf.es.js',
|
||||
]).catch(print);
|
||||
|
||||
watchAndCompileSass(host);
|
||||
if (host !== 'greeter') {
|
||||
watchAndCompileSass(host);
|
||||
}
|
||||
|
||||
// The file is going to be there after transpilation
|
||||
// @ts-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue