https://github.com/zenflow/bower-experiment
Shows that Bower users can mostly use unpkg.com to get their packages
https://github.com/zenflow/bower-experiment
Last synced: 5 months ago
JSON representation
Shows that Bower users can mostly use unpkg.com to get their packages
- Host: GitHub
- URL: https://github.com/zenflow/bower-experiment
- Owner: zenflow
- Created: 2018-03-18T02:14:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T03:16:28.000Z (over 8 years ago)
- Last Synced: 2025-02-13T15:55:03.826Z (over 1 year ago)
- Language: HTML
- Homepage: https://zenflow.github.io/bower-experiment/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bower-experiment
Shows that Bower users can mostly use unpkg.com to get their packages
Installed dependencies comitted for review and for GitHub Pages.
With Bower, dependencies may be specified as simple http files, so you can use unpkg.com.
Specify an effective version range in the url like, e.g. https://unpkg.com/sweetalert2@7.x.x,
and use the file path from the url that it redirects you to, e.g.
https://unpkg.com/sweetalert2@7.x.x/dist/sweetalert2.all.js, so the file will have the
correct `.js` extension