Skip to content

Commit

Permalink
Include jquery on main example page
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed May 10, 2016
1 parent cc73982 commit 3295d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down

0 comments on commit 3295d8e

Please sign in to comment.