projects
/
dygraphs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Set DEBUG using envify; options reference checks restored
[dygraphs.git]
/
watch-combined.js
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
watchify \
3
-v \
4
-t babelify \
5
-t [ envify --NODE_ENV development ] \
6
--debug \
7
--standalone Dygraph \
8
-o dist/dygraph.js \
9
src/dygraph.js