Explorar o código

jQuery used in nonminified version

now that deploy minifies it anyway,
nonminified during devel may ease debugging
Herbert Vojčík %!s(int64=9) %!d(string=hai) anos
pai
achega
e9def3953e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]
     }
 }