emmastone9
emmastone9
Here are the steps: git clone https://github.com/Postleaf/postleaf.git git clone https://github.com/Postleaf/empower-theme.git themes/empower-theme Copied .env.example to .env and added localhost vim package.json edited and saved as per https://github.com/Postleaf/postleaf/issues/78#issuecomment-361139100 npm install sudo npm...
Here's a fix tha worked for us, YMMV.. ``` gulp build ``` The above command ends up updating `assets/js/lib.bundle.js` leading to jQuery errors. after the build is complete, just run...
@claviska locking in == commenting out? I have the following line in package.json `"bootstrap": "^4.0.0-alpha.6",` However, `gulp build` still returns the same error.
Thanks. That fixed the issue.. There's one more problem: When running on port other than 80, default 3000 http://localhost/assets/css/lib.css returns 404 All other CSS/JS includes return 200.