mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
Now able to assign manifest name in package.json
This commit is contained in:
parent
ca75b1faef
commit
b07e06e494
@ -18,7 +18,7 @@ module.exports = function(grunt) {
|
||||
basePath: "./",
|
||||
cache: ["# <%= pkg.name %>, version: <%= pkg.version %>",
|
||||
"# Home Page",
|
||||
"samples/appcache-tiles.html",
|
||||
"<%= pkg.appHomePage %>",
|
||||
"# ArcGIS API for JavaScript files",
|
||||
"<%= pkg.optimizedApiURL %>/dojo/dojo.js",
|
||||
"<%= pkg.optimizedApiURL %>/dojo/main.js",
|
||||
@ -79,7 +79,7 @@ module.exports = function(grunt) {
|
||||
"css/*.css"
|
||||
*/
|
||||
],
|
||||
dest: "manifest.appcache"
|
||||
dest: "<%= pkg.manifestName %>"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user