eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

Analyze Build Process #148

Closed candyam5522 closed 7 years ago

jsons commented 7 years ago

@arpost If wer are going to use a CDN this is the resource which should have all the JS libs that we currently use: https://cdnjs.com/ I would prefer to use Google as my first choice, but they only carry the most popular libs. Let me know your thoughts on using cdnjs.com Here is a sample url for Angular: "https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.0/angular.min.js" Thanks

arpost commented 7 years ago

I don't feel the need to use a single CDN for everything. It seems like the maintainers of major libraries have a recommended CDN.

jsons commented 7 years ago

@arpost no problem we will use cdnjs for the lesser known items and Google for the popular(Angular etc...) or what is recommended. I will post the needed dependencies

jsons commented 7 years ago

@arpost

1)JQuery: https://code.jquery.com/jquery-2.2.4.min.js

2)AngularJS: https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js

3)Angular-ui-router: https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.15/angular-ui-router.min.js

4)Angular-messages: https://cdnjs.cloudflare.com/ajax/libs/angular-messages/1.4.14/angular-messages.min.js

5)tg-angular-validator: will have to keep local or upgrade from 1.2.7, because cdn does not have exact version

6)Bootstrap: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js

7)Angular-ui-tree: https://cdnjs.cloudflare.com/ajax/libs/angular-ui-tree/2.9.0/angular-ui-tree.js

8)Font Awesome: will need to provide email to get cdn embed code

9)Lodash: https://cdn.jsdelivr.net/lodash/3.10.1/lodash.min.js

10)Angular Mocks: Will need to download or upgrade https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular-mocks.js

11)ng-flow: https://cdnjs.cloudflare.com/ajax/libs/ng-flow/2.7.4/ng-flow-standalone.min.js

12)Angular UI Bootstrap: angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.4.0.js

arpost commented 7 years ago

Those look fine. Please let me know more details on the process for Font Awesome.

jsons commented 7 years ago

@arpost there are CDN's that carry Font Awesome, but FA recommends using there CDN. To get the CDN code you will have to submit an email address. I figured you or @candyam5522 email would be more appropriate http://fontawesome.io/get-started/ In the mean time I will use a regular CDN then I can update later

arpost commented 7 years ago

Here is the URL:

Andrew

Sent from my iPhone

On Feb 3, 2017, at 9:03 AM, JSON S notifications@github.com wrote:

@arpost there are CDN's that carry Font Awesome, but FA recommends using there CDN. To get the CDN code you will have to submit an email address. I figured you or @candyam5522 email would be more appropriate http://fontawesome.io/get-started/ In the mean time I will use a regular CDN then I can update later

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jsons commented 7 years ago

@arpost thanks!

arpost commented 7 years ago

Done.