when I build the environment and run, I have 2 apps, one is "deceptron" and another is just "home". https://github.com/NatuMyers/flask-blueprint-appsetup-angular How do I get the index file to properly load app.js, style.css, etc?
I get 404 messages even though they are there and loaded from index.html:
127.0.0.1 - - [12/May/2016 23:34:17] "GET /js/app.js HTTP/1.1" 404 -
127.0.0.1 - - [12/May/2016 23:34:17] "GET /sass/materialize.css HTTP/1.1" 404 -
127.0.0.1 - - [12/May/2016 23:34:17] "GET /css/style.css HTTP/1.1" 404 -
127.0.0.1 - - [12/May/2016 23:34:17] "GET /css/vidBg.css HTTP/1.1" 404 -
Edit: This is not a duplicate. This uses blueprint + angular unlike the other post.