File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ module.exports = function (grunt) {
88 grunt . loadNpmTasks ( 'grunt-contrib-clean' ) ;
99 grunt . loadNpmTasks ( 'grunt-ts' ) ;
1010 grunt . loadNpmTasks ( 'grunt-sass' ) ;
11- // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6 /WebAppBuilderForArcGIS/server/apps/9'
11+ // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12 /WebAppBuilderForArcGIS/server/apps/9'
1212 var appDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/server/apps/[APP_ID]' ;
13- // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6 /WebAppBuilderForArcGIS/client/stemapp'
13+ // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12 /WebAppBuilderForArcGIS/client/stemapp'
1414 var stemappDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/client/stemapp' ;
1515 grunt . initConfig ( {
1616 sync : {
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ module.exports = function (grunt) {
88 grunt . loadNpmTasks ( 'grunt-contrib-clean' ) ;
99 grunt . loadNpmTasks ( 'grunt-ts' ) ;
1010 grunt . loadNpmTasks ( 'grunt-sass' ) ;
11- // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6 /WebAppBuilderForArcGIS/server/apps/9'
11+ // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12 /WebAppBuilderForArcGIS/server/apps/9'
1212 var appDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/server/apps/[APP_ID]' ;
13- // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6 /WebAppBuilderForArcGIS/client/stemapp3d'
13+ // The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12 /WebAppBuilderForArcGIS/client/stemapp3d'
1414 var stemappDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/client/stemapp3d' ;
1515 grunt . initConfig ( {
1616 sync : {
You can’t perform that action at this time.
0 commit comments