-
Notifications
You must be signed in to change notification settings - Fork 13
use browserify-shim to load some deps from CDNs #320
base: master
Are you sure you want to change the base?
Conversation
b956230
to
5db502e
Compare
allows us to load some client-side code in parallel from super fast sources. so far only done `angular`, `angular-material`, `angular-material-icons`, and `jquery`. this shows how we could do more as we wish.
5db502e
to
66d0ed2
Compare
I did:
Which produces the output:
executing
|
@Connoropolous i think u experienced this before too? how did u fix this again? |
@&#& it's buried in your and my slack chat behind the 10K limit Eugene. I'll try and remember |
Ooo, Gardner: don't do rm -rf on node_modules because: https://github.com/cobudget/cobudget-ui/tree/master/node_modules |
Anyways all that has nothing to do with this PR, besides being an issue you encountered while trying to test it :) |
node_modules is generally in .gitignore. @ahdinosaur can you talk about the reasoning behind commit 3bfee8b? |
@gardner it let's you do |
allows us to load some client-side code in parallel from super fast sources.
so far only done
angular
,angular-material
,angular-material-icons
, andjquery
. this shows how we could do more as we wish.