-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello there,
I'm trying to rebuild my portfolio website using jaspr and I wanted to use tailwind. Unfortunately I cant make it run. I started with the basic jaspr template (content website) and followed the readme but I'm getting wild errors like:
"Running jaspr in static rendering mode.
[BUILDER] [ERROR] jaspr_tailwind:compiler on web/styles.tw.css:
[BUILDER] [ERROR] PathNotFoundException: Cannot open file, path = 'C:\Users\vry\AppData\Local\Temp\scratch_.
[BUILDER] [ERROR] , errno = 2)
[CLI] [ERROR] Failed building web assets. There is probably more output above.
[CLI] [ERROR] Could not start dev server due to build errors."
Is there any example project I can look into how this is correctly integrated?
I'm using the following versions:
name: jaspr_plain
description: A new Jaspr project
version: 0.0.1
environment:
sdk: ">=3.8.0 <4.0.0"
dependencies:
jaspr: ^0.21.3
jaspr_router: ^0.7.3
dev_dependencies:
build_runner: ^2.9.0
jaspr_web_compilers: ^4.2.3+1
jaspr_builder: ^0.21.3
jaspr_lints: ^0.5.1
jaspr_tailwind: ^0.3.4
lints: ^6.0.0
jaspr:
mode: static
Sorry, I'm a mobile developer - web dev is really not my strength >.<
Thanks in advance
Verry