Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fixed jquery path.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 28, 2014
1 parent a47346a commit 4639f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ module.exports = function (grunt) {
keepRunner: true,
specs : 'test/spec/**/*.js',
vendor : [
'<%%= yeoman.app %>/bower_components/jquery/jquery.js',
'<%%= yeoman.app %>/bower_components/jquery/dist/jquery.js',
'<%%= yeoman.app %>/bower_components/underscore/underscore.js',
'<%%= yeoman.app %>/bower_components/backbone/backbone.js',
'.tmp/scripts/templates.js'
Expand Down Expand Up @@ -216,7 +216,7 @@ module.exports = function (grunt) {
optimize: 'none',
paths: {
'templates': '../../.tmp/scripts/templates',
'jquery': '../../<%%= yeoman.app %>/bower_components/jquery/jquery',
'jquery': '../../<%%= yeoman.app %>/bower_components/jquery/dist/jquery',
'underscore': '../../<%%= yeoman.app %>/bower_components/underscore/underscore',
'backbone': '../../<%%= yeoman.app %>/bower_components/backbone/backbone'
},
Expand Down

0 comments on commit 4639f55

Please sign in to comment.