Browse Source

jQuery used in nonminified version

now that deploy minifies it anyway,
nonminified during devel may ease debugging
Herbert Vojčík 9 năm trước cách đây
mục cha
commit
e9def3953e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]
     }
 }