This website requires JavaScript.
Explore
Help
Sign in
archive
/
hipchat-emoticons-for-all
Archived
Watch
1
Fork
You've already forked hipchat-emoticons-for-all
0
Code
Releases
Packages
Activity
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
778c716764
hipchat-emoticons-for-all
/
build.sh
10 lines
103 B
Bash
Raw
Normal View
History
Unescape
Escape
Added my python printr module
2015-10-07 17:46:01 +01:00
#!/bin/bash
Dynamically generate images, store as base64, use virtualenv
2015-09-25 15:02:45 +01:00
set
-e
pyvenv-3.4 env
env/bin/pip install -r requirements.txt
npm install
npm run build
Copy permalink