فهرست منبع

Adding section to guard jQuery for development.

Now that Helios is moved out and not installed via bower,
so are gone its (or more precisely, bootstrap2's) restrictions on jQuery version.

To keep these restrictions, they are added as devDependencies,
so in production amber is not restricted, but in development,
it copied bootstrap2's constraints..
Herbert Vojčík 10 سال پیش
والد
کامیت
30fcc2d35d
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      bower.json

+ 3 - 0
bower.json

@@ -20,5 +20,8 @@
     "es5-shim": "~3.3.0",
     "codemirror": "~3.24.0",
     "require-css": "~0.1.2"
+  },
+  "devDependencies": {
+    "jquery": ">=1.7.0 <2.1.0"
   }
 }