You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
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.
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.
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.
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.
Activity
brunob commentedon Mar 26, 2013
Hmm is a sort of "all in one" script ? For what kind of purpose are you plannig this to ?
calvinmetcalf commentedon Mar 26, 2013
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.
brunob commentedon Mar 27, 2013
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...
calvinmetcalf commentedon Mar 27, 2013
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.
jieter commentedon Mar 27, 2013
So it basically is a mashup/all-in-one of all the stuff we provide in the org?
calvinmetcalf commentedon Mar 27, 2013
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.