소스 검색

bower.json: main: select2.css => core.scss

Per bower/bower.json-spec#43 :
> Use source files with module exports and imports over pre-built distribution files.

Also, the example in that PR includes
/sass/motion.scss in and excludes
/dist/movement.css & /dist/movement.min.css
from its `main`.
Chris Rebert 10 년 전
부모
커밋
b0a1192716
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -3,7 +3,7 @@
     "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
     "main": [
         "dist/js/select2.js",
-        "dist/css/select2.css"
+        "src/scss/core.scss"
     ],
     "repository": {
         "type": "git",