-
Notifications
You must be signed in to change notification settings - Fork 169
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
No CSS Displayed #44
Comments
+1 |
I have found that there is an app.theme.css in |
I notice that in the project folder there is a webpack.config.js file. So presumably this application is making use of webpack. I haven't managed to install and run webpack yet so I can't confirm whether this fixes the problem or not. |
OK I found the problem. Need to run |
Newbie to laravel,
Followed the instructions, but when I deployed the site, no CSS is being pulled.
Getting 404 errors
http://someline.app/assets/css/app.main.css
(index):12 GET http://someline.app/assets/css/app.vendor.css
(index):11 GET http://someline.app/assets/css/app.theme.css
(index):365 GET http://someline.app/assets/js/manifest.js
(index):364 GET http://someline.app/assets/js/app.vendor.js
(index):363 GET http://someline.app/assets/js/app.theme.js
(index):366 GET http://someline.app/assets/js/vendor.js
(index):367 GET http://someline.app/assets/js/app.main.js
(index):364 GET http://someline.app/assets/js/app.vendor.js
(index):365 GET http://someline.app/assets/js/manifest.js
(index):366 GET http://someline.app/assets/js/vendor.js
(index):367 GET http://someline.app/assets/js/app.main.js 404 (Not Found)
I have tried following the steps but no dice.
The text was updated successfully, but these errors were encountered: