소스 검색

Different source of bootstrap 2.3.2. Fixes issue pointed by @siemenbaader.

Getting bootstrap 2.3.2 in classical way is not possible, so alternatives must be used.
The previous alternative did not report that version used is indeed 2.3.2,
This should be better in that regard.
Herbert Vojčík 10 년 전
부모
커밋
945ec5bf6c
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bower.json
  2. 1 0
      support/helios/all.js

+ 1 - 1
bower.json

@@ -14,7 +14,7 @@
   "dependencies": {
     "jquery": "~1.10.2",
     "jquery-ui": "~1.10.3",
-    "bootstrap": "http://getbootstrap.com/2.3.2/assets/bootstrap.zip",
+    "bootstrap": "bootstrap2.3.2#~2.3.2",
     "jquery-tabby": "git://github.com/alanhogan/Tabby",
     "es5-shim": "~2.1.0",
     "codemirror": "~3.20.0",

+ 1 - 0
support/helios/all.js

@@ -1,5 +1,6 @@
 require.config({
 	paths: {
+        'amber_lib/bootstrap': require.toUrl('amber_lib') + '/bootstrap/bootstrap',
 		'jquery-ui': require.toUrl('amber_lib/jquery-ui/ui/minified/jquery-ui.min')
 	},
 	shim: {