2
0
Selaa lähdekoodia

jQuery used in nonminified version

now that deploy minifies it anyway,
nonminified during devel may ease debugging
Herbert Vojčík 9 vuotta sitten
vanhempi
commit
e9def3953e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      jquery.amd.json

+ 1 - 1
jquery.amd.json

@@ -1,5 +1,5 @@
 {
     "paths": {
-        "jquery": ["dist/jquery.min", "jquery.min"]
+        "jquery": ["dist/jquery", "jquery"]
     }
 }