Skip to content
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

Analyze Build updates #150

Merged
merged 4 commits into from
Jan 26, 2017
Merged

Analyze Build updates #150

merged 4 commits into from
Jan 26, 2017

Conversation

jsons
Copy link
Contributor

@jsons jsons commented Jan 22, 2017

This PR is for changes made to update dependencies and out of date packages. These update may help with speeding up the build process. Also, added in Upgrade to Angular 1.5 and Angular-Bootstrap-UI. There should be no breaking changes. Please do a mvn clean install.

-updated and tested gulp dependencies that could slow down build
- Also upgraded to Angular 1.5 and added in Angular Bootstrap UI
-updated to latest and tested gulp dependencies that could slow down build.  Grouping these items together for an easy rollback just in case.
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/ui-router/release/angular-ui-router.js"></script>
<script src="bower_components/angular-messages/angular-messages.js"></script>
<script src="bower_components/jquery/dist/jquery.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Help me understand the change in load order. We loaded jquery before angular to prevent angular from trying to use the built-in jquery lite. I believe the original load order is correct. The answer to the question, "Does AngularJS use the jQuery library?", in the Angular FAQ (https://docs.angularjs.org/misc/faq) seems to back me up.

@jsons
Copy link
Contributor Author

jsons commented Jan 25, 2017

Corrected JavaScript load order. Ready for review

@arpost arpost merged commit 4953a00 into eurekaclinical:master Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants