-
Notifications
You must be signed in to change notification settings - Fork 173
Svelte setup example not working #37
Comments
@Dyslexicon or you can change it to "watch:tailwind". it will also work. |
…m:mayashavin/setup-examples into tailwindlabs#37-script-not-correct-svelte
I'm running into problems with it. For one, it shouldn't say that it's "really simple" because it really isn't -- just to set expectations. There also needs to be mention of "npm-run-all" being required. |
There is an article which shows how to set up Svelte with Tailwind that I used to great effect. I would update the readme to reflect that and make a pull request, but it doesn't seem like this repo is being monitored. So, here is the article: Using TailwindCSS with SvelteJS. |
Is the svelte example the same as you can use with Sapper? |
@quantuminformation I believe the setup in the article I linked would work similarly with Sapper. Only one way to find out... |
This worked for me: |
i got frustrated following the instructions I almost punched my monitor in. Here's how you write a tutorial: |
One day I'll find the stack ... one day ... StackI'm looking to build landing page (not a blog)
optimizations I expect
CIthen CI everything via Github Actions (that's the part I'm good at) + CD |
First issue: Running
"dev": "run-p start:dev autobuild watch:build"
results inERROR: Task not found: "watch:build"
. Changingwatch:build
to--watch:build
fixes this.Second issue: To see the result of applying tailwind classes live in the browser, everything needs to be rebuilt by running the
build
script—I assume that's not the intended behavior.The text was updated successfully, but these errors were encountered: