now that deploy minifies it anyway, nonminified during devel may ease debugging
@@ -1,5 +1,5 @@
{
"paths": {
- "jquery": ["dist/jquery.min", "jquery.min"]
+ "jquery": ["dist/jquery", "jquery"]
}