Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ntd committed Oct 12, 2018
2 parents f9c846f + 2dda1fc commit c3bf20d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"screenshots": [
"http://silverstripe.entidi.com/assets/silverstrap.png",
"http://silverstripe.entidi.com/assets/silverstrap-forms.jpeg"
],
"expose": [
"css",
"js",
"fonts"
]
},
"suggest": {
Expand Down
1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.colorbox-min.js

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions js/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/Includes/JQuery.ss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<% require javascript("//cdn.jsdelivr.net/jquery/1/jquery.min.js") %>
<% require javascript("//cdn.jsdelivr.net/jquery/3/jquery.min.js") %>
2 changes: 1 addition & 1 deletion templates/Includes/SilverstrapJsdelivr.ss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This leverages the jsdelivr CDN network and it is the
preferred approach to use in production.
--%>
<% require javascript("//cdn.jsdelivr.net/g/jquery@1,bootstrap@3,jquery.fotorama@4,colorbox@1") %>
<% require javascript("//cdn.jsdelivr.net/g/jquery@3,bootstrap@3,jquery.fotorama@4,colorbox@1") %>
<% require CSS("//cdn.jsdelivr.net/bootstrap/3/css/bootstrap.min.css") %>
<% require CSS("//cdn.jsdelivr.net/jquery.fotorama/4/fotorama.min.css") %>
<% require themedCSS("silverstrap") %>
Expand Down

0 comments on commit c3bf20d

Please sign in to comment.