Nathan Rajlich
6752953543
fix browser test 😵
2017-08-08 14:42:25 -07:00
Nathan Rajlich
f178d861df
attempt to separate the Node and Browser tests in Travis
2017-08-08 14:42:25 -07:00
Nathan Rajlich
d73c4aec19
fix make test
2017-08-08 14:42:25 -07:00
Nathan Rajlich
ce1a236d93
Makefile tweaks
...
Re-introduce `make browser` to make a standalone build of `debug.js`
for the web browser.
2017-08-08 14:42:25 -07:00
Nathan Rajlich
cefbd07bd8
update make lint
2017-08-08 14:42:25 -07:00
Andrew E. Rhyne
941653e333
release 2.6.1
2017-02-10 11:00:05 -08:00
Andrew E. Rhyne
d85c0c613d
build perf, fix for bowerfile, fix for webworker
2016-12-20 20:44:57 -08:00
Yami
2a01c6c775
Merged from upstream/master. I left the dist/debug in place because my hook now updates it automatically, but I removed the babelrc file since we don't need it anymore.
2016-12-20 12:27:29 +00:00
Yami
6a8d525642
chore: add coveralls
2016-12-19 12:25:16 +00:00
Yami
92e0e88570
feature: Combined backend and frontend tests
2016-12-19 12:06:38 +00:00
Yami
f42b962792
refactor: Moved source files to /src. Moved test files to client and server side tests. Added karma for front-end testing.
2016-12-16 15:19:40 +00:00
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