diff --git a/Gruntfile.js b/Gruntfile.js index 8674bd8c7b..709cc24783 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -220,7 +220,7 @@ module.exports = function (grunt) { 'common/css/examples.css' ], defaultJs: [ - {src: '../built/geo.ext.min.js', charset: 'UTF-8', type: 'text/javascript'}, + {src: '../built/geo.min.js', charset: 'UTF-8', type: 'text/javascript'}, // for jquery 'common/js/bootstrap.min.js', 'common/js/examples.js' ],