File tree 4 files changed +257
-244
lines changed
4 files changed +257
-244
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ module.exports = function (grunt) {
8
8
grunt . loadNpmTasks ( 'grunt-contrib-clean' ) ;
9
9
grunt . loadNpmTasks ( 'grunt-ts' ) ;
10
10
grunt . loadNpmTasks ( 'grunt-sass' ) ;
11
- // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12 /WebAppBuilderForArcGIS/server/apps/9'
11
+ // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.15 /WebAppBuilderForArcGIS/server/apps/9'
12
12
var appDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/server/apps/[APP_ID]' ;
13
- // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12 /WebAppBuilderForArcGIS/client/stemapp3d'
13
+ // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.15 /WebAppBuilderForArcGIS/client/stemapp3d'
14
14
var stemappDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/client/stemapp3d' ;
15
15
grunt . initConfig ( {
16
16
sync : {
You can’t perform that action at this time.
0 commit comments