#!/bin/bash

# this should be a node script really.

NOTIFY='grunt notify'

npm run pre-compile

watch "npm run do-compile" src/ --wait=20 &
watch "npm run do-compile" templates/ --wait=20 &
watch "npm run" test/indices/ --wait=20 &
watch "npm run less && ${NOTIFY}:less" less/ --wait=20
