-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+107B: make the sound better + sync to animation #12
Conversation
Song by mu6k, based on bytebeat songs: https://youtu.be/tCRPUv8V22o?t=394
79fa7d4
to
5ab77ce
Compare
This makes diffs much easier to read.
wow my rabbit definitely likes this version better |
@@ -1,7 +1,8 @@ | |||
all: server/index.html server/cpkthttp | |||
|
|||
server/index.html: client/index.html | |||
./utils/deflate.py client/index.html server/index.html | |||
sed 's:^\s*\|\s*$\|/\*.*\*/::g' client/index.html | tr -d '\n' > server/index.html.stripped | |||
zopfli --i1000 -c --deflate server/index.html.stripped > server/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evq will this run ok on the server?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not atm, but that's easily fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diracdeltas this should be good to go server side now (zopfli installed)
incidentally, this fixes #14 |
demo