-
Notifications
You must be signed in to change notification settings - Fork 3
Whats going on with this repo #4
Comments
Hmm is a sort of "all in one" script ? For what kind of purpose are you plannig this to ? |
to have an all in one script so instead of including leaflet and leaflet's css file, and the conditional comment for ie, and leaflet providers and leaflet whatever, you just have to include one thing. |
But is it only for demo use or are you planning to make it "public/official" ? I'm genrally "scared" of this type of all in one script... |
I really can't make it official because it's not an official source for leaflet, It's already public it's all on github, I don't really understand what you mean by being "scared" especially with your use of quotes, this is an out growth of the css repo here and the main focus of this would be the Jakefile to build the thing. |
So it basically is a mashup/all-in-one of all the stuff we provide in the org? |
pretty much though I have a few not from this org in there at the moment, they are also minified together. Most of my plugin's grew out of code snippets I found myself constantly copy and pasting map to map the idea for this would be to deal with the constant block of plugins I need to grab for each map. It has jake because that's what leaflet uses, but I have been using grunt in some other projects, but this could also be something to do with bower or requirejs or browserfy or a few other options, I was sort of inspired by that build tool leaflet has. |
I've been using this repo to try to create a batteries included version of leaflet, one script you can link to with css and the plugins that you always find your self using included.
The text was updated successfully, but these errors were encountered: