-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update angularjs/angular-ui to last version #479
Conversation
🔥 i'll test this over the weekend and get back to you, nice one! Unrelated frontend question - is it possible to create a folder structure where the assets that we compile from all live in a different root to the output? currently we mix in the pug and html files, and the less and css, during the generation process. |
Yes, we can move |
or to |
well i would like to keep the frontend completely seperate from the backend, because really it is kind of a separate project from the API (conceptually at least).
That way we can just use packr on the public folder and put only the things we need in to the binary. How does that feel to you. @strangeman any thoughts? |
Good idea. Current folder structure a bit annoying, I often get confused with pug and html files. |
I ready to do this in next PR. OK? |
Yeah would be great in another PR, thanks! I'll give this one a review tomorrow so we can get it merged |
Codeatyle issues are not relevant to this PR. |
@fiftin yeah absolutely fine to fix codacy issues after this PR, i just enabled it so it reviewed everything as soon as I did! |
looking good to me, merging |
Update angularjs to v1.6, angular-ui to 2.5.
I replaced
success/error
blocks tothen/catch
because angular v1.6 isn't support it.Please apply
update-angular
PR tosemaphore-vendor
before