Skip to content

Commit 9e02867

Browse files
committed
- upgrade / add addition modules for local test
- bump version
1 parent 2db948b commit 9e02867

File tree

9 files changed

+3635
-81
lines changed

9 files changed

+3635
-81
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.*.swp
22
node_modules
3+
web/static/assets/lib

build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ echo "build src/index.styl -> dist/index.css ..."
55
./node_modules/.bin/stylus -p src/index.styl > dist/index.css
66
echo "minifying index.css ..."
77
./node_modules/.bin/uglifycss dist/index.css > dist/index.min.css
8+
echo "Copy dist/ to web/ ..."
9+
rm -rf web/static/assets/lib/ldbutton/dev/
10+
mkdir -p web/static/assets/lib/ldbutton/dev/
11+
cp -R dist/* web/static/assets/lib/ldbutton/dev/
812
echo "done."
9-

0 commit comments

Comments
 (0)