steveoh / grunt-esri-slurp

download the esri js api
MIT License
19 stars 7 forks source link

Split out download logic so this functionality could be made available for other tools (such as gulp) #29

Closed phillipgreenii closed 9 years ago

phillipgreenii commented 9 years ago

This tool seems really great, but unnecessarily tied to grunt. If the logic to download the esri files was in a separate module, it could then be used by other build tools.

steveoh commented 9 years ago

Great idea

phillipgreenii commented 9 years ago

I don't mind doing the work, but I'm not sure how to go about ownership of it. If I fork and then create a new repository with the non-grunt code, can I then make you the owner of that repository?

tomwayson commented 9 years ago

Agreed, a very good idea.

A good example of this is how https://github.com/mehdishojaei/grunt-amdcheck and https://github.com/mehdishojaei/gulp-amdcheck both reference https://github.com/mehdishojaei/amdextract.

steveoh commented 9 years ago

Lets put that stuff here: https://github.com/steveoh/esrislurp.

steveoh commented 9 years ago

this is now in 1.2.0! done