Skip to content

Commit ffc1a67

Browse files
authored
Added CDN for jQuery. (#94)
Merge pull request #94 from Voog/71_CDN-for_JQuery
2 parents 382d2e9 + 6fdac99 commit ffc1a67

File tree

7 files changed

+4860
-10260
lines changed

7 files changed

+4860
-10260
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Hidden files
32
.DS_Store
43
.sass-cache

Gruntfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ module.exports = function(grunt) {
2929
concat: {
3030
build: {
3131
src: [
32-
'bower_components/jquery/dist/jquery.js',
33-
'bower_components/jquery_lazyload/jquery.lazyload.js',
3432
'bower_components/textarea-autosize/dist/jquery.textarea_autosize.js',
3533
'sources/javascripts/concat/*.js'
3634
],

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "voog-design-berlin",
33
"devDependencies": {
4-
"bourbon": "^4.3.4",
5-
"jquery": "^3.2.1"
4+
"bourbon": "^4.3.4"
65
}
76
}

components/javascripts.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
12
<script src="{{ javascripts_path }}/application.min.js"></script>
23
{% sitejs_include %}
34

0 commit comments

Comments
 (0)