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
i understand files like app/vendor.e3eb5c5b.js (and they exist).
but the folder 'account' and all the controllers in it, just don't exist. they are compressed into app.81b3a27d.js, so why do i see them in my index.html? of course they will not be found.
maybe i should manually remove them?
same thing happens with css files. here is what i see in index.html (in dist folder!)
thanks.
so he says there: "Make sure that your source HTML (e.g. index.html) does not mix linefeed styles (unix/windows)". great. But how do i know which one i have? i use sublime 3 on windows.
is there a way to change linefeed on a whole folder?
running 'grunt build' to build my project in order to deploy to production.
<script src="app/vendor.e3eb5c5b.js"></script>looking at dist/client/index.html, i see this:
i understand files like app/vendor.e3eb5c5b.js (and they exist).
but the folder 'account' and all the controllers in it, just don't exist. they are compressed into app.81b3a27d.js, so why do i see them in my index.html? of course they will not be found.
maybe i should manually remove them?
same thing happens with css files. here is what i see in index.html (in dist folder!)
again, app.a17744da.css contains all the css needed.
myapp.css should not be there, and i don't even have the 'styles' folder in dist.
what am i doing wrong?
Thank you.
The text was updated successfully, but these errors were encountered: