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 aeee662 commit 1b697c8Copy full SHA for 1b697c8
1 file changed
src/index.ts
@@ -181,11 +181,9 @@ const server = http.createServer(async (req, res) => {
181
}
182
});
183
184
-const css_command = `npx tailwindcss -c tailwind.config.js -o ${normalizePath(
+const css_command = `npx tailwindcss -c tailwind.config.js -o "${normalizePath(
185
join(config["build-directory"], "/bundle.css")
186
-)}`;
187
-
188
-console.log({ css_command });
+)}"`;
189
190
function buildCSS() {
191
return new Promise((resolve) => {
0 commit comments