techx/quill

Issues with setup

Closed this issue · 7 comments

lawja commented

So I have the server running, technically, but whenever I run it all the js plugins are being replaced with index.html, making the js console look like
screen shot 2017-06-19 at 7 40 16 pm
So I know this is because the src attribute is being pointed to the wrong location but I didn't move anything since cloning the repo and I can't really figure it out.

Any help would be appreciated.

Have you installed the necessary dependencies?

lawja commented

Yep all dependencies installed. And these are all 304 status codes on the files, just getting thrown syntax errors because the js file are being replaced with index.html

It's likely the case that the files can't be found, and are thus being caught with the wildcard.

I did a fresh setup and didn't run into any issues.

How did you install the dependencies, and are you running the app with gulp server?

Sounds like it needs bower install

lawja commented

Yeah that was it, I apologize for my incompetence lol, thanks!