mediasuitenz / mappy

A configurable map engine
MIT License
3 stars 2 forks source link

Reduce bundle sizes #83

Open digitalsadhu opened 9 years ago

digitalsadhu commented 9 years ago

We need to make a concerted effort to see if we can reduce the production minified bundle code.

Review deps with a view to eventually:

Report back findings on this thread

markstuart commented 9 years ago

It might help to remove the Google maps lib from the vendor directory, and provide instructions on how to include it externally if needed?

markstuart commented 9 years ago

Maybe we'd be able to do the same with the marker cluster lib as well?

digitalsadhu commented 9 years ago

I think in the case of google maps we aren't including the lib in the bundle. Right?

The clusterer we are though.

On Sat, Jan 24, 2015 at 7:51 PM, Mark Stuart notifications@github.com wrote:

Maybe we'd be able to do the same with the marker cluster lib as well?

Reply to this email directly or view it on GitHub: https://github.com/mediasuitenz/mappy/issues/83#issuecomment-71303172

matt-in-a-hat commented 8 years ago

We should also move some of the dependencies to devDependencies, e.g. buildbro, brfs, etc.