X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=1182b5aa4fa28926a6a31ac2d4b69b808f46889e;hb=b51816539797fc9fbd51840145200bfd34e76405;hp=007468ed43511a82170b7533939a1ee23d0e80de;hpb=05cd81257489d0e1f1257e54c4e18d203998d4c6;p=dygraphs.git diff --git a/Makefile b/Makefile index 007468e..1182b5a 100644 --- 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