steveoh / grunt-esri-slurp

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

Will Shorter reference URLs bust slurp? #28

Closed steveoh closed 10 years ago

steveoh commented 10 years ago

Shorter reference URLs This is important if you're upgrading from earlier versions! To update your code for version 3.11 references, replace the following URLs accordingly: /3.10/js/dojo/ should now read /3.11/ (note the dropped "/js/dojo") and /3.10/js/esri/ should now read /3.11/esri/ (note the dropped "/js") .

An example of this is shown below

stdavis commented 10 years ago

This was the source of my problems earlier today.

Sent from a mobile device

On Oct 9, 2014, at 2:58 PM, steveoh notifications@github.com wrote:

Shorter reference URLs This is important if you're upgrading from earlier versions! To update your code for version 3.11 references, replace the following URLs accordingly: /3.10/js/dojo/ should now read /3.11/ (note the dropped "/js/dojo") and /3.10/js/esri/ should now read /3.11/esri/ (note the dropped "/js") .

An example of this is shown below

— Reply to this email directly or view it on GitHub.