Sfoglia il codice sorgente

jQuery used in nonminified version

now that deploy minifies it anyway,
nonminified during devel may ease debugging
Herbert Vojčík 9 anni fa
parent
commit
e9def3953e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"]
     }
 }