Giter VIP home page Giter VIP logo

osscdn's People

Contributors

bebraw avatar jdorfman avatar jimaek avatar jseppi avatar moderndeveloperllc avatar xhmikosr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

osscdn's Issues

Combine CSS

main.css and bower_components/angular-dropdowns/css/dropdowns.css seem safe to be combined.

Sort package versions to follow semantic versioning

Right now the package version dropdown is sorted based on filesystem sorting which has issues with semantic versioning. The best example of this is jQuery. The latest 1.x versions are sorted underneath older versions:

2.0.3
[etc]
1.2.6
1.2.3
1.10.2
1.10.1
1.10.0

I'm not good enough with javascript to do the needed parsing and sorting, or I would put in a pull request myself.

HTTPS for osscdn.com?

It'd be great if osscdn.com had https available. Shouldn't need any explanation to be honest.

If you're looking to avoid costs you can always use letsencrypt for free, works great.

walker should use the data from the author property

An example is the Base64 project

{
  "name": "Base64",
  "filename": "base64.min.js",
  "version": "0.1.3",
  "description": "Base64 encoding and decoding",
  "author": "David Chambers <[email protected]>",
  "main": "./base64.js",
  "licenses": [{
    "type": "WTFPL",
    "url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
  }],
  "repository": {
    "type": "git",
    "url": "git://github.com/davidchambers/Base64.js.git"
  },
  "devDependencies": {
    "coffee-script": "1.4.x",
    "mocha": "1.8.x",
    "uglify-js": "2.2.x"
  }
}

HTTPS broken

This is a big problem for us over at Bootstrap ( twbs/bootstrap#11312 ), since we're using HTTPS links to this CDN in our site, docs, examples, etc. I know HTTPS worked when I originally tested the links, so something seems to have gone wrong since then.

/cc @jdorfman

hidden flash-alert bug

div with attribute flash-alert="success" is hidden with opacity 0 and its over buttons "Bootstrap & Font-Awesome" and "Network"
half of this buttons is not clickable

Enable Travis CI

Many things break without anyone noticing so we should enable Travis and cover as many stuff as possible.

Properly solve minification issue

Apparently df07e97 doesn't fix the issue.

The fact is that with mangle disabled the size for modules.js is doubled. So we definitely need to enable mangle.

Now to work around the issue. I have a local patch which works but the following overwrites my changes

Running "uglify:scripts" (uglify) task
File "dist/scripts/scripts.js" created.
Original: 2911 bytes.
Minified: 1753 bytes.

Running "uglify:generated" (uglify) task
File "dist\scripts\modules.js" created.
Original: 858657 bytes.
Minified: 135212 bytes.
File "dist\scripts\scripts.js" created.
Original: 2617 bytes.
Minified: 1230 bytes.

@bebraw: do you know how we can solve this?

Clean up libs files

I wonder if there's an easy way to check for things like dadbda6

One reason the repository is too big/slow is due to the number of files it has.

Main site CORS error with jsDelivr API

The main site loads everything but the list, then loads forever.

The firefox console says: "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://api.jsdelivr.com/v1/jsdelivr/libraries?fields=name. (Reason: CORS header 'Access-Control-Allow-Origin' does not match '*, *')."

The IE console says: "SEC7118: XMLHttpRequest for http://api.jsdelivr.com/v1/jsdelivr/libraries?fields=name required Cross Origin Resource Sharing (CORS)."

Not tested in Chrome.

Reproducible on different computers running Windows 8 and Windows 7. Not tested on Linux, OSX, BSD, Solaris, or MikeOS.

Internet connection is VIA Rail Canada (Geotool says Internap) and Bell Canada in Ottawa.

Wrong homepage URL

Check the "oj*" packages. The homepage links are like unsafe:git://github.com/ojjs/oj

walker should look only for *.package.json

Atm

...
function walk(root, cb) {
    glob(path.join(root, '/**/package.json'), function(err, files) {
...

Is there any reason to look in all subdirectories for package.json files?

FontAwesome CORS error

Hi,
Tried using fontawesome and I get a cross-domain error both in Chrome and Firefox:

Chrome: Font from origin 'http://oss.maxcdn.com' has been blocked from loading by Cross-Origin Resource Sharing policy: The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed. Origin '[MYWEBSITE]' is therefore not allowed access.

Firefox: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://oss.maxcdn.com/fontawesome/4.1.0/fonts/fontawesome-webfont.ttf?v=4.1.0. This can be fixed by moving the resource to the same domain or enabling CORS.

I tested with 4.2.0 and 4.1.0, can you please check what's wrong?

Thanks!

clean up walker code

Since stars and hits aren't used anymore, the code should be cleaned up in walker.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.