Skip to content

Commit

Permalink
- upgrade / add addition modules for local test
Browse files Browse the repository at this point in the history
 - bump version
  • Loading branch information
zbryikt committed Apr 20, 2022
1 parent 2db948b commit 9e02867
Show file tree
Hide file tree
Showing 9 changed files with 3,635 additions and 81 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.*.swp
node_modules
web/static/assets/lib
5 changes: 4 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ echo "build src/index.styl -> dist/index.css ..."
./node_modules/.bin/stylus -p src/index.styl > dist/index.css
echo "minifying index.css ..."
./node_modules/.bin/uglifycss dist/index.css > dist/index.min.css
echo "Copy dist/ to web/ ..."
rm -rf web/static/assets/lib/ldbutton/dev/
mkdir -p web/static/assets/lib/ldbutton/dev/
cp -R dist/* web/static/assets/lib/ldbutton/dev/
echo "done."

Loading

0 comments on commit 9e02867

Please sign in to comment.