269:81a5a7fa0f5f
Anton Shestakov <av6@dwimlabs.net>, Sat, 17 Dec 2016 17:54:15 +0800
index: scroll chatlog to bottom on outgoing message

next change 285:30fd0d2a81ce
previous change 256:8686b5ef5f88

Makefile

Permissions: -rw-r--r--

Other formats: Feeds:
all: build
devel:
npm install
sed -i -e 's@^#!/usr/bin/env node$$@&js@' ./node_modules/coffee-script/bin/coffee
build:
./node_modules/.bin/coffee -o ./js/ -cm ./coffee/
.PHONY: all devel build