ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 653 forks source link

Ionic serve w/ lab uses external resources #390

Closed cfjedimaster closed 9 years ago

cfjedimaster commented 9 years ago

(Ugh, horrible wifi here - forgive me if this posts twice.) I noticed that when I used ionic serve -l it was extremely slow to load. Turns out there are 2 remote resources that - under bad/poor wifi - delay the load of the browser preview. Those resources should be moved to a local copy.

jbavari commented 9 years ago

It looks to me there are about 3 resources total.

Angular.min.js, angular.min.js.map, and analytics.js.

I can include angular.min.js and map, but it looks like analytics will have to stay remote.

cfjedimaster commented 9 years ago

Can I ask though why Analytics has to stay? I know it benefits yall of course. What about adding defer/async (or whatever it is) to the Githubissues.

  • Githubissues is a development platform for aggregating issues.