Skip to content
Snippets Groups Projects
Verified Commit 4646ac59 authored by Thomas Rientjes's avatar Thomas Rientjes
Browse files

Resolve #306 by restoring deleted expressions

parent 4407cd53
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ var mappings = { ...@@ -77,6 +77,7 @@ var mappings = {
// Microsoft Ajax CDN // Microsoft Ajax CDN
'ajax.aspnetcdn.com': { 'ajax.aspnetcdn.com': {
'/ajax/': { '/ajax/': {
'jQuery/jquery-{version}.': resources.jQuery,
'jquery/jquery-{version}.': resources.jQuery, 'jquery/jquery-{version}.': resources.jQuery,
'modernizr/modernizr-{version}.': resources.modernizr 'modernizr/modernizr-{version}.': resources.modernizr
} }
...@@ -84,6 +85,7 @@ var mappings = { ...@@ -84,6 +85,7 @@ var mappings = {
// Microsoft Ajax CDN [Deprecated] // Microsoft Ajax CDN [Deprecated]
'ajax.microsoft.com': { 'ajax.microsoft.com': {
'/ajax/': { '/ajax/': {
'jQuery/jquery-{version}.': resources.jQuery,
'jquery/jquery-{version}.': resources.jQuery, 'jquery/jquery-{version}.': resources.jQuery,
'modernizr/modernizr-{version}.': resources.modernizr 'modernizr/modernizr-{version}.': resources.modernizr
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment