Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/0.5.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jun 16, 2016
2 parents a3cd1b8 + 431adbe commit 18c3297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/_gulp_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"css": [
""
],
"js": [<% if (bootstrapSass) { %>,
"js": [<% if (bootstrapSass) { %>
"node_modules/bootstrap-sass/assets/javascripts/bootstrap/affix.js",
"node_modules/bootstrap-sass/assets/javascripts/bootstrap/alert.js",
"node_modules/bootstrap-sass/assets/javascripts/bootstrap/button.js",
Expand Down
2 changes: 1 addition & 1 deletion app/templates/assets/templates/base.html.swig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
{% endif %}

<script src="https://code.jquery.com/jquery-2.2.4.min.js" crossorigin="anonymous"></script>
<script src="//code.jquery.com/jquery-2.2.4.min.js" crossorigin="anonymous"></script>
<script src="/build/js/vendors.min.js"></script>
<script src="/build/js/bundle.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-toolbox",
"version": "0.5.4",
"version": "0.5.5",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit 18c3297

Please sign in to comment.