Skip to content

Commit

Permalink
fixed: jquery import in the index
Browse files Browse the repository at this point in the history
  • Loading branch information
borya09 committed Jan 12, 2014
1 parent 716f2ef commit 316a25e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ module.exports = function (grunt) {
dist: [
'coffee',
'copy:styles',
'imagemin',
'svgmin',
//'imagemin',
//'svgmin',
'htmlmin',
'compass'
]
Expand Down
2 changes: 1 addition & 1 deletion app/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ html.no-js(ng-app='whoruApp', ng-controller='MainCtrl', ng-cloak)

script(src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js')
script(type='text/javascript').
window.angular || document.write('<script src="bower_components/jquery/jquery.min.js"><\/script>')
window.jQuery || document.write('<script src="bower_components/jquery/jquery.min.js"><\/script>')

script(src='//ajax.googleapis.com/ajax/libs/angularjs/1.2.7/angular.min.js')
script(type='text/javascript').
Expand Down

0 comments on commit 316a25e

Please sign in to comment.