Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exclude options for leaflet dependencies #134

Merged
merged 2 commits into from
Feb 10, 2017

Conversation

robbiespeed
Copy link
Contributor

Nice to have options, so that users of the addon can opt out of including the lealfet dependencies in favor of versions they choose to include themselves. For example the leaflet css contains some visual tweaks that might make it annoying to have to override. In order to use just add the desired options in the ember-cli-build.js file:

var app = new EmberApp(defaults, {
  'ember-leaflet': {
    excludeCSS: true,
    excludeImages: true,
    excludeJS: true,
  },
});

@miguelcobain
Copy link
Owner

@robbiespeed can you please add an entry in the changelog? This looks nice.

@robbiespeed
Copy link
Contributor Author

@miguelcobain Thanks just added the entry

@miguelcobain miguelcobain merged commit 48ba0b8 into miguelcobain:master Feb 10, 2017
@miguelcobain
Copy link
Owner

Thank you, sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants