Skip to content

Commit 0df0f95

Browse files
committed
- rename ldbtn.css, ldbtn.min.css to index.css and
`index.min.css` - upgrade modules - release with compact directory structure - add `style` in `package.json` - bump version
1 parent 112192e commit 0df0f95

File tree

7 files changed

+3903
-103
lines changed

7 files changed

+3903
-103
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Logs
2+
3+
## v2.0.0
4+
5+
- rename `ldbtn.css`, `ldbtn.min.css` to `index.css` and `index.min.css`
6+
- upgrade modules
7+
- release with compact directory structure
8+
- add `style` in `package.json`
9+

build

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env bash
2+
rm -rf dist
23
mkdir -p dist
3-
echo "build src/ldbtn.styl -> dist/ldbtn.css ..."
4-
./node_modules/.bin/stylus -p src/ldbtn.styl > dist/ldbtn.css
5-
echo "minifying ldbtn.css ..."
6-
./node_modules/.bin/uglifycss dist/ldbtn.css > dist/ldbtn.min.css
4+
echo "build src/index.styl -> dist/index.css ..."
5+
./node_modules/.bin/stylus -p src/index.styl > dist/index.css
6+
echo "minifying index.css ..."
7+
./node_modules/.bin/uglifycss dist/index.css > dist/index.min.css
78
echo "done."
89

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)