This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use browserify-shim to load some deps from CDNs
allows us to load some client-side code in parallel from CloudFlare. so far only done `angular`, `angular-material`, `angular-material-icons`, and `jquery`. this shows how we could do more as we wish.
- Loading branch information
1 parent
f78703b
commit 5db502e
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,16 +44,13 @@ | |
"napa": {}, | ||
"dependencies": { | ||
"ampersand-state": "^4.5.6", | ||
"angular": "^1.3.2", | ||
"angular-animate": "^1.4.3", | ||
"angular-aria": "^1.4.3", | ||
"angular-autodisable": "^0.2.2", | ||
"angular-autoselect": "^0.3.2", | ||
"angular-chart.js": "^1.0.0-alpha3", | ||
"angular-cookie": "ivpusic/angular-cookie#v4.0.9", | ||
"angular-marked": "[email protected]:Hypercubed/angular-marked.git", | ||
"angular-material": "^0.10.0", | ||
"angular-material-icons": "^0.6.0", | ||
"angular-messages": "^1.4.3", | ||
"angular-sanitize": "^1.3.8", | ||
"angular-truncate-2": "^0.1.2", | ||
|
@@ -91,6 +88,7 @@ | |
"brfs": "^1.2.0", | ||
"browserify": "^10.2.4", | ||
"browserify-ngannotate": "^0.7.1", | ||
"browserify-shim": "^3.8.12", | ||
"chai": "^1.10.0", | ||
"chai-as-promised": "^4.1.1", | ||
"coffee-script": "^1.8.0", | ||
|