Skip to content

Commit 665bd34

Browse files
committed
updating version
1 parent 5981f43 commit 665bd34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builder-2d/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: {

builder-3d/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)