Missing CDN link for ui-grid
Asked Answered
C

2

5

Having had a good Google, I can't seem to find a CDN link for ui-grid ... is there a reason it's not on a CDN?

Edit: Added to CDNJS Sept. 2015

Cenozoic answered 20/2, 2015 at 9:5 Comment(2)
<script src="ui-grid.info/release/ui-grid-unstable.js"></script> <link rel="stylesheet" href="ui-grid.info/release/ui-grid-unstable.css" type="text/css">Roughspoken
Thanks, but that's not a CDN.Cenozoic
L
3

You can find the latest stable version here: https://cdnjs.com/libraries/angular-ui-grid

Lookout answered 16/9, 2015 at 7:43 Comment(0)
H
6

Yes, because UI-Grid (as of this writing) is still pre-release. Once it's ready for release we'll look at automating submission to something like cdnjs.

In the meantime you can use rawgit.com's cdn links:

//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.js
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.css

Just replace the release tag with the most recent RC.

Hildebrandt answered 31/3, 2015 at 13:25 Comment(0)
L
3

You can find the latest stable version here: https://cdnjs.com/libraries/angular-ui-grid

Lookout answered 16/9, 2015 at 7:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.