parent
a79cb29aaf
commit
28615e8152
31 changed files with 904 additions and 870 deletions
modules/ags/config/js
|
@ -1,7 +1,9 @@
|
|||
const { execAsync, monitorFile } = Utils;
|
||||
|
||||
|
||||
/** @param {string} host */
|
||||
/**
|
||||
* @param {string} host the name of the machine/user who's running ags
|
||||
*/
|
||||
const watchAndCompileSass = (host) => {
|
||||
const reloadCss = () => {
|
||||
const scss = `${App.configDir}/scss/${host}.scss`;
|
||||
|
@ -20,7 +22,10 @@ const watchAndCompileSass = (host) => {
|
|||
reloadCss();
|
||||
};
|
||||
|
||||
/** @param {string} host */
|
||||
/**
|
||||
* @param {string} host the name of the machine/user who's running ags
|
||||
* @returns the config
|
||||
*/
|
||||
export const transpileTypeScript = async(host) => {
|
||||
const outPath = `/tmp/ags-${host}/index.js`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue