slight mod to appcache file

This commit is contained in:
Andy Gup 2014-11-26 09:02:50 -07:00
parent 848a1c9e4c
commit d3627386e4
2 changed files with 5 additions and 5 deletions

View File

@ -50,10 +50,10 @@ module.exports = function(grunt) {
"//esri.github.io/bootstrap-map-js/src/css/bootstrapmap.css",
"//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js",
"//esri.github.io/bootstrap-map-js/src/js/bootstrapmap.js",
"https://code.jquery.com/jquery-2.1.1.min.js",
"//code.jquery.com/jquery-2.1.1.min.js",
"",
"# Custom feature service",
"http://services.arcgis.com/IZtlGBUe4KTzLOl4/arcgis/rest/services/BPX_RTD_BusStops2/FeatureServer/0?f=json",
"//services.arcgis.com/IZtlGBUe4KTzLOl4/arcgis/rest/services/BPX_RTD_BusStops2/FeatureServer/0?f=json",
"#",
"# required local html",
"# /xyz/style.css",

View File

@ -5,11 +5,11 @@
"https://www.npmjs.org/doc/cli/npm-init.html"
],
"name": "manifest-generator",
"manifestName": "appcache-tiles.appcache",
"appHomePage": "appcache-tiles.html",
"manifestName": "appcache-features.appcache",
"appHomePage": "appcache-features.html",
"optimizedApiURL": "../samples/jsolib",
"arcGISBaseURL": "http://js.arcgis.com/3.11",
"version": "2.3",
"version": "2.4",
"private": true,
"description": "manifest generator project",
"repository": {