Skip to content

Commit 79c67ce

Browse files
committed
builder-3d - update to latest web appbuilder version, typescript, arcgis api for javascript
#18
1 parent 30fd155 commit 79c67ce

File tree

4 files changed

+257
-244
lines changed

4 files changed

+257
-244
lines changed

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.12/WebAppBuilderForArcGIS/server/apps/9'
11+
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.15/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.12/WebAppBuilderForArcGIS/client/stemapp3d'
13+
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.15/WebAppBuilderForArcGIS/client/stemapp3d'
1414
var stemappDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/client/stemapp3d';
1515
grunt.initConfig({
1616
sync: {

0 commit comments

Comments
 (0)