🔵 other: Formatting updates
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 6s
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 6s
This commit is contained in:
@@ -14,12 +14,12 @@ const cwd = path.resolve("..");
|
||||
|
||||
// Compile Tailwind
|
||||
module.exports.tailwindToCSS = debounce(() => {
|
||||
try {
|
||||
require("child_process").execSync(
|
||||
`./node_modules/.bin/tailwindcss -i styles/theme.css -o static/dist/theme.css`,
|
||||
{ stdio: "inherit" }
|
||||
);
|
||||
} catch (error) {
|
||||
console.log(`Error compiling Tailwind to CSS:`, error);
|
||||
}
|
||||
try {
|
||||
require("child_process").execSync(
|
||||
`./node_modules/.bin/tailwindcss -i styles/theme.css -o static/dist/theme.css`,
|
||||
{ stdio: "inherit" }
|
||||
);
|
||||
} catch (error) {
|
||||
console.log(`Error compiling Tailwind to CSS:`, error);
|
||||
}
|
||||
}, 50);
|
||||
|
||||
Reference in New Issue
Block a user