projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cd812
)
Hackish way of testing against dygraphs-combined. Tacky but it works!
author
Robert Konigsberg
<konigsberg@google.com>
Tue, 4 Dec 2012 14:00:31 +0000
(09:00 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Tue, 4 Dec 2012 14:00:31 +0000
(09:00 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
007468e
..
1182b5a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-29,5
+29,14
@@
generate-gwt:
test:
@./test.sh
+test-combined: move-combined test clean-combined-test
+
+move-combined: generate-combined
+ mv dygraph-combined.js dygraph-dev.js
+
+clean-combined-test: clean
+ @echo restoring combined
+ git checkout dygraph-dev.js
+
lint:
@./lint.sh