schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.22k stars 74 forks source link

fix: Jaspr-Tailwind fail on Windows #206

Closed carmas123 closed 5 months ago

carmas123 commented 6 months ago

Description

Has explained here: [https://github.com/dart-lang/sdk/issues/50076] running a process under Windows with custom args can fail with spaces or other custom chars. In [https://github.com/schultek/jaspr/tree/main/packages/jaspr_tailwind] JasperTailwind we run the process using the --content arg and {lib,web} this fail on Windows that does not accept this sintax.

To solve this we need to quote the content param value.

schultek commented 5 months ago

This is merged