-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install/Run Issues #8
Comments
and
Just looks like version bumps, but then I guess you need to check the updates themselves too. |
Ignoring the above, I've managed to get it at least building... but there does seem to be a problem with vite serving assets. When adding |
I've also changed the postcss nesting package from "postcss-nesting" to "postcss-nested" ... and this seems to now work. |
@aaronstezycki Were you able to build? The dev server works with the changes you've mentioned above, but the build is generating binary CSS files. It looks like something is trying to convert them to font (WOFF) files instead of outputting text files. edit: #7 (comment) This seems to have fixed it. |
@aaronstezycki @mwaterous any chance you've tried using |
@simplerethink I'm using |
@simplerethink I'm struggling with the same problem, I'm outputting images directly into |
Just an FYI, currently downloading the package as is and npm install/ npm start fails.
Sorry, I don't have the time to run through the errors atm, but I was hopeful for using this starter as it seemed promising :)
The text was updated successfully, but these errors were encountered: