add dist/ to .gitignore
This commit is contained in:
parent
bdee066680
commit
17a0e6c575
14 changed files with 7 additions and 12950 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,3 +16,4 @@ npm-debug.log
|
|||
*.swo
|
||||
*.log
|
||||
test/dist/
|
||||
dist/
|
||||
|
|
10688
dist/iview.js
vendored
10688
dist/iview.js
vendored
File diff suppressed because it is too large
Load diff
5
dist/iview.min.js
vendored
5
dist/iview.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.ivu-article h1{font-size:26px;font-weight:400}.ivu-article h2{font-size:20px;font-weight:400}.ivu-article h3{font-size:16px;font-weight:400}.ivu-article h4{font-size:14px;font-weight:400}.ivu-article h5,.ivu-article h6{font-size:12px;font-weight:400}.ivu-article blockquote{padding:5px 5px 3px 10px;line-height:1.5;border-left:4px solid #ddd;margin-bottom:20px;color:#666;font-size:14px}.ivu-article ul{padding-left:40px;list-style-type:disc}.ivu-article li{margin-bottom:5px;font-size:14px}.ivu-article ol ul,.ivu-article ul ul{list-style-type:circle}.ivu-article p{margin:5px;font-size:14px}.ivu-article a[target="_blank"]:after{content:"\F220";font-family:Ionicons;color:#aaa;margin-left:3px}
|
BIN
dist/styles/fonts/ionicons.eot
vendored
BIN
dist/styles/fonts/ionicons.eot
vendored
Binary file not shown.
2230
dist/styles/fonts/ionicons.svg
vendored
2230
dist/styles/fonts/ionicons.svg
vendored
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 326 KiB |
BIN
dist/styles/fonts/ionicons.ttf
vendored
BIN
dist/styles/fonts/ionicons.ttf
vendored
Binary file not shown.
BIN
dist/styles/fonts/ionicons.woff
vendored
BIN
dist/styles/fonts/ionicons.woff
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +0,0 @@
|
|||
/*!
|
||||
* iView
|
||||
* Web: https://www.iviewui.com
|
||||
* Github: https://github.com/iview/iview
|
||||
* Author: Aresn
|
||||
*/.signin{color:red}.signup{color:#f60}
|
1
dist/styles/packages/iview.pack.signin.css
vendored
1
dist/styles/packages/iview.pack.signin.css
vendored
|
@ -1 +0,0 @@
|
|||
.signin{color:red}
|
1
dist/styles/packages/iview.pack.signup.css
vendored
1
dist/styles/packages/iview.pack.signup.css
vendored
|
@ -1 +0,0 @@
|
|||
.signup{color:#f60}
|
|
@ -14,12 +14,17 @@
|
|||
"framework"
|
||||
],
|
||||
"main": "dist/iview.js",
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
||||
"dist:style": "gulp --gulpfile build/build-style.js",
|
||||
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
|
||||
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
||||
"build": "npm run dist:style && npm run dist:dev && npm run dist:prod"
|
||||
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod",
|
||||
"prepublish": "npm run dist"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue