Skip to content

Commit

Permalink
bump v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jul 7, 2016
1 parent 839fff3 commit 4664d58
Show file tree
Hide file tree
Showing 117 changed files with 161 additions and 141 deletions.
8 changes: 8 additions & 0 deletions build/nano-css.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const cssnano = require('cssnano')
const fs = require('fs')
const path = require('path')

const code = fs.readFileSync(path.resolve(__dirname, '../dist/vux.css'))
cssnano.process(code.toString(), {zindex: false}).then(function (result) {
fs.writeFileSync(path.resolve(__dirname, '../dist/vux.css'), result.css)
})
2 changes: 1 addition & 1 deletion dist/components/actionsheet/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/actionsheet/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/address/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/address/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/alert/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4664d58

Please sign in to comment.