-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
have bug in build #42
Comments
+1 Up |
Bro I got solution, you must run build with the theme configuration
add this on your package.json file then build ONLY with this npm run build:theme-name command you will get /public/theme-name/ folder instead of /public/build folder, if you didn't run the theme command build, it will use standard vite builder instead of vite qirolab theme builder Friendly note : to add asset on blade file please use: seconds parameter in Vite::asset() is for the theme name! incase you want to add multiple assets in specific section, use this instead :
again second |
Hello guys 👋 You should pass the name of the theme (folder) while using Vite. in this case the name of the theme is ryd. This way it will look for vite manifest under /public/ryd/manifest.json instead of /public/build |
after build return error
Vite manifest not found at: /themer/public/build/manifest.json
becuase build folder not exist and just have /public/vahid and cant detect /public/vahid/manifest.json
build theme must add in /public/build/vahid
The text was updated successfully, but these errors were encountered: