Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr committed Apr 19, 2019
1 parent 5981f43 commit 665bd34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder-2d/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-ts');
grunt.loadNpmTasks('grunt-sass');
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6/WebAppBuilderForArcGIS/server/apps/9'
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12/WebAppBuilderForArcGIS/server/apps/9'
var appDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/server/apps/[APP_ID]';
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6/WebAppBuilderForArcGIS/client/stemapp'
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12/WebAppBuilderForArcGIS/client/stemapp'
var stemappDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/client/stemapp';
grunt.initConfig({
sync: {
Expand Down
4 changes: 2 additions & 2 deletions builder-3d/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-ts');
grunt.loadNpmTasks('grunt-sass');
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6/WebAppBuilderForArcGIS/server/apps/9'
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12/WebAppBuilderForArcGIS/server/apps/9'
var appDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/server/apps/[APP_ID]';
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.6/WebAppBuilderForArcGIS/client/stemapp3d'
// The following should be something like 'C:/webappbuilder/arcgis-web-appbuilder-2.12/WebAppBuilderForArcGIS/client/stemapp3d'
var stemappDir = '[YOUR_PATH_TO]/WebAppBuilderForArcGIS/client/stemapp3d';
grunt.initConfig({
sync: {
Expand Down

0 comments on commit 665bd34

Please sign in to comment.