projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set DEBUG using envify; options reference checks restored
[dygraphs.git]
/
watch-combined.js
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