steveoh / grunt-esri-slurp

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

to & toEnd messages #36

Closed stdavis closed 9 years ago

stdavis commented 9 years ago

When loading this task in your project you get two messages:

to: wrong arguments
toEnd: wrong arguments

Verbose shows:

Registering "grunt-esri-slurp" local Npm module tasks.
Reading /Users/stdavis/Documents/Projects/ugs-chemistry/node_modules/grunt-esri-slurp/package.json...OK
Parsing /Users/stdavis/Documents/Projects/ugs-chemistry/node_modules/grunt-esri-slurp/package.json...OK
to: wrong arguments

toEnd: wrong arguments

Loading "index.js" tasks...OK
+ esri_slurp, esri_slurp_modules

Would be nice to clean this up. Not sure what's causing it.

steveoh commented 9 years ago

related issues...

https://github.com/jprichardson/string.js/pull/128 https://github.com/jprichardson/string.js/issues/127 https://github.com/arturadib/shelljs/issues/159

We'd have to remove the dependency on string.js. Shouldn't be too hard to cherry pick the methods I use.

stdavis commented 9 years ago

Thanks!