Skip to content

Commit

Permalink
Add CDN for jQueri. (#102)
Browse files Browse the repository at this point in the history
Merge pull request #102 from Voog/82_CDN_for_JQuery
  • Loading branch information
SSirjes authored Mar 23, 2018
2 parents 5ea8c47 + f5967fc commit 63e188a
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 10,297 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ module.exports = function(grunt) {
concat: {
build: {
src: [
'bower_components/jquery/dist/jquery.js',
'bower_components/jquery-mousewheel/jquery.mousewheel.js',
'sources/javascripts/concat/*.js'
],
dest: 'javascripts/application.js'
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "voog-design-bern",
"devDependencies": {
"bourbon": "^4.3.4",
"jquery": "^3.2.1"
"bourbon": "^4.3.4"
}
}
1 change: 1 addition & 0 deletions components/javascripts.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% comment %}SITE WIDE JAVASCRIPTS{% endcomment %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="{{ javascripts_path }}/application.min.js?4"></script>
{% sitejs_include %}

Expand Down
Loading

0 comments on commit 63e188a

Please sign in to comment.