10 Commits

Author SHA1 Message Date
Andrew E. Rhyne
f77ca5d56c added linting and testing boilerplate with sanity check 2016-12-14 00:20:05 -08:00
Andrew E. Rhyne
341e584dd4 added Yarn integration to Makefile 2016-10-27 10:29:12 -07:00
Stephen Mathieson
2de6469b5e Makefile: add a distclean target
This patch prevents the `clean` target from removing node_modules and
adds a `distclean` target instead.

Fixes #162.
2015-03-26 12:31:01 -04:00
Tim Oxley
72793beb32 Find node path using shell/which.
Without this patch, Make would fail with the following error:

```
> make
/bin/sh: node: command not found
make: *** [node_modules] Error 127
```
This may be something strange about my computer's configuration, but
seems like a harmless change.
2014-06-07 22:21:43 -07:00
Nathan Rajlich
0c1a90a278 Makefile: refactor to use browserify
Uses browserify to build a `dist/debug.js` file for
standalone browser-side consumption.
2014-05-31 20:12:31 -07:00
Jonathan Ong
a1cf287764 remove unnecessary index.js file 2014-02-06 15:12:17 -08:00
TJ Holowaychuk
7793512aef add Makefile 2013-04-16 07:02:13 -07:00
TJ Holowaychuk
b0b09bb509 refactor inverted if-stat 2012-10-10 12:49:31 -07:00
TJ Holowaychuk
ab28fa8f0a Added debug.component.js build 2012-05-04 14:04:05 -07:00
Tj Holowaychuk
73fce842b1 Initial commit 2011-11-28 17:08:27 -08:00