diff --git a/samples/appcache-features.html b/samples/appcache-features.html index 6cf186a..ffedf5d 100644 --- a/samples/appcache-features.html +++ b/samples/appcache-features.html @@ -179,8 +179,8 @@ "esri/renderers/SimpleRenderer","esri/symbols/SimpleMarkerSymbol","esri/Color","esri/tasks/query", "dojo/on", "esri/graphic", - "../dist/offline-tiles-advanced-src.js", - "../dist/offline-edit-src.js", + "../dist/offline-tiles-advanced-min.js", + "../dist/offline-edit-min.js", "dojo/domReady!"], function(Map,FeatureLayer,AppCacheManager, SimpleRenderer,SimpleMarkerSymbol,Color,Query, diff --git a/samples/appcache-tiles.html b/samples/appcache-tiles.html index 85053bb..b11bef2 100644 --- a/samples/appcache-tiles.html +++ b/samples/appcache-tiles.html @@ -110,7 +110,7 @@ ask if you want to reload the application. var map; -require(["esri/map","utils/appCacheManager","dojo/on","../dist/offline-tiles-advanced-src.js","dojo/domReady!"], +require(["esri/map","utils/appCacheManager","dojo/on","../dist/offline-tiles-advanced-min.js","dojo/domReady!"], function(Map,AppCacheManager,on) { var tileLayer = null; diff --git a/samples/attachments-editor.html b/samples/attachments-editor.html index b2d8bb2..6e16a65 100644 --- a/samples/attachments-editor.html +++ b/samples/attachments-editor.html @@ -85,7 +85,7 @@ "dijit/layout/BorderContainer", "dijit/layout/ContentPane", - "../dist/offline-edit-src.js", + "../dist/offline-edit-min.js", "dojo/domReady!" ], function( diff --git a/samples/draw-pointlinepoly-offline.html b/samples/draw-pointlinepoly-offline.html index f1ab8c2..df1e599 100644 --- a/samples/draw-pointlinepoly-offline.html +++ b/samples/draw-pointlinepoly-offline.html @@ -117,7 +117,7 @@ "esri/graphic", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", - "../dist/offline-tiles-basic-src.js", + "../dist/offline-tiles-basic-min.js", "../dist/offline-edit-src.js", "dojo/domReady!" ], function( diff --git a/samples/tiles-indexed-db.html b/samples/tiles-indexed-db.html index 5c42566..e0b0dd3 100644 --- a/samples/tiles-indexed-db.html +++ b/samples/tiles-indexed-db.html @@ -274,7 +274,7 @@ require( "dojo/on", "dojo/query", "dojo/dom","dojo/dom-construct","dojo/dom-class","dojo/dom-style", "dojo/_base/window", - "bootstrapmap","../dist/offline-tiles-basic-src.js", "dojo/domReady!"], + "bootstrapmap","../dist/offline-tiles-basic-min.js", "dojo/domReady!"], function(Map, GraphicsLayer, Graphic, SimpleFillSymbol, Scalebar, esriUtils, geometry, diff --git a/samples/tpk-layer.html b/samples/tpk-layer.html index d3fb232..60832b9 100644 --- a/samples/tpk-layer.html +++ b/samples/tpk-layer.html @@ -114,7 +114,7 @@