Skip to content
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

Blank dashboard page #41

Open
carefreak opened this issue May 25, 2017 · 1 comment
Open

Blank dashboard page #41

carefreak opened this issue May 25, 2017 · 1 comment

Comments

@carefreak
Copy link

after logging into dashboadr, blank white page is displayed. php rewrite mode is on, debug is set true. i'm running on xampp for windows

@crypto101-info
Copy link

crypto101-info commented Jul 11, 2017

Have the same problem.
Seems that the production *.js files are excluded from the commit. So either you need to run gulp --production on your production environment (if you have gulp there). Better is to commit them with the release, but that's quite complicated because they have unique (and changing) names with a hash, like main-4e2eacebdc.js.
I'm not sure how this is was supposed to work...

I 'solved' this by removing the versioning altogether. Just remove the mix.version line from the gulpfile.js, and remove public/js/main.js and public/js/theme.js from the .gitignore file.

Then run gulp and make sure to commit those .js files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants