lloeki / matterfront

Mattermost frontend app for OS X, Windows and Linux
MIT License
152 stars 27 forks source link

Ffailed to load resource: net::ERR_FILE_NOT_FOUND browser-build/bundle.js Failed to load #87

Closed vcazan closed 8 years ago

vcazan commented 8 years ago

Getting a 404 on bundle.js not sure where I should get it from.

Clean install latest commit using windows 10

LongLiveCHIEF commented 8 years ago

what method are you using to install?

vcazan commented 8 years ago

npm install npm link npm run start

LongLiveCHIEF commented 8 years ago

I think you found a missing/unclear step in our docs. Can you try something for me?

Run

$ npm run js
....will output a bunch of compile steps
Success!
$ npm run start
vcazan commented 8 years ago

That fixed my issue perfectly!

LongLiveCHIEF commented 8 years ago

Thanks for pointing out the gap. :100: