steveoh / grunt-esri-slurp

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

grunt-esri-slurp 2.0.2 - dstore not working properly #41

Closed Vikash2402 closed 8 years ago

Vikash2402 commented 8 years ago

Hi,

I am developing an esri-javascript map based web application with minification; while creating build using grunt it throws en error i.e. error(311) Missing dependency. module: app/js/library/widgets/searchGrid/searchGrid; dependency: dstore/Memory I verified the arcgis js api 3.14 package and I am able to find dstore in it. still its thorwing this error.

It would be great if you can throw some pointers on it.

Thanks in advance.

stdavis commented 8 years ago

https://github.com/steveoh/grunt-esri-slurp/issues/40#issuecomment-165786194

steveoh commented 8 years ago

Yes as @stdavis mentions, you will need to pull in these dependencies separately. We use bower. Here is an example dependency list.

In all seriousness, you should consider stopping using this module and use the esri package which is published to bower.