Skip to content

Commit

Permalink
build target copies multigraph*.js files to build dir, to facilitate …
Browse files Browse the repository at this point in the history
…multigraph use along with dashboard
  • Loading branch information
embeepea committed May 8, 2013
1 parent 969bd40 commit 5d075ba
Show file tree
Hide file tree
Showing 3 changed files with 22,159 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -11,6 +11,10 @@
<copy todir="./build/flash">
<fileset dir="./flash/build"/>
</copy>
<copy todir="./build">
<filelist dir="lib/multigraph/build" files="multigraph-min.js"/>
<filelist dir="lib/multigraph/build" files="multigraph.js"/>
</copy>
</target>

<target name="concatenate">
Expand Down
1 change: 1 addition & 0 deletions build/multigraph-min.js

Large diffs are not rendered by default.

0 comments on commit 5d075ba

Please sign in to comment.