250:a3345d0a228d
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 01:33:05 +0800
index: don't use rivets to update src attribute of <video> elements Changing this attribute twice in a row is bad and shouldn't happen, and we're already setting it in the view (so we can call el.play() immediately afterwards).

next change 256:8686b5ef5f88
previous change 12:f2a6139f2b42

Makefile

Permissions: -rw-r--r--

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