Skip to content

Commit 3766b4f

Browse files
stephenplusplusbtford
authored andcommitted
fix(app): add jQuery <script> into index.html template
1 parent 03d63c6 commit 3766b4f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ Generator.prototype.bootstrapJS = function bootstrapJS() {
164164

165165
// Wire Twitter Bootstrap plugins
166166
this.indexFile = this.appendScripts(this.indexFile, 'scripts/plugins.js', [
167-
'bower_components/jquery/jquery.js',
168167
'bower_components/bootstrap-sass/js/bootstrap-affix.js',
169168
'bower_components/bootstrap-sass/js/bootstrap-alert.js',
170169
'bower_components/bootstrap-sass/js/bootstrap-dropdown.js',

templates/common/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
s.parentNode.insertBefore(g,s)}(document,'script'));
3333
</script>
3434

35+
<script src="bower_components/jquery/jquery.js"></script>
3536
<script src="bower_components/angular/angular.js"></script>
3637

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

0 commit comments

Comments
 (0)