You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off - this project is incredible, thank you so much!!!
Second, I just scaffolded out a new app, made zero changes to it, ran grunt serve:dist and the project builds but when it opens in Chrome throws an angular is not defined error from app.js because {hash}.vendor.js is empty. It seems like
is failing to inject prior to the concat and minify tasks for the grunt serve:dist build. What's confusing about this for me, is that it works fine with grunt serve (e.g. the dev build).
First off - this project is incredible, thank you so much!!!
Second, I just scaffolded out a new app, made zero changes to it, ran
grunt serve:distand the project builds but when it opens in Chrome throws anangular is not definederror fromapp.jsbecause{hash}.vendor.jsis empty. It seems like/client/index.html:
is failing to inject prior to the concat and minify tasks for the
grunt serve:distbuild. What's confusing about this for me, is that it works fine withgrunt serve(e.g. the dev build).Any ideas where I might poke to find a fix?