Browse Source

jQuery used in nonminified version

now that deploy minifies it anyway,
nonminified during devel may ease debugging
Herbert Vojčík 9 years ago
parent
commit
03d3fca1be
1 changed files with 1 additions and 1 deletions
  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"]
     }
 }