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

Commit

Permalink
fix(app): add jQuery <script> into index.html template
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and btford committed Jul 18, 2013
1 parent 03d63c6 commit 3766b4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ Generator.prototype.bootstrapJS = function bootstrapJS() {

// Wire Twitter Bootstrap plugins
this.indexFile = this.appendScripts(this.indexFile, 'scripts/plugins.js', [
'bower_components/jquery/jquery.js',
'bower_components/bootstrap-sass/js/bootstrap-affix.js',
'bower_components/bootstrap-sass/js/bootstrap-alert.js',
'bower_components/bootstrap-sass/js/bootstrap-dropdown.js',
Expand Down
1 change: 1 addition & 0 deletions templates/common/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>

<script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>

<!-- build:js({.tmp,app}) scripts/scripts.js -->
Expand Down

0 comments on commit 3766b4f

Please sign in to comment.