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

Restore previously removed mappings

parent 533c424e
Branches legacy
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ var mappings = { ...@@ -83,6 +83,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
} }
...@@ -90,6 +91,7 @@ var mappings = { ...@@ -90,6 +91,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