Skip to content

Commit 1fbc722

Browse files
committed
Don't minify build for now
1 parent 8e735fa commit 1fbc722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mkdir -p dist
22
# if you don't have it, npm install -g minifier
3-
minify --output dist/bundle.js bundle.js
3+
# minify --output dist/bundle.js bundle.js
44
cp index.html dist/index.html

0 commit comments

Comments
 (0)