bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.82k stars 1.08k forks source link

test.html for non-minified version not working #94

Closed ehwest closed 9 years ago

ehwest commented 9 years ago

Presumably in the .../test/test.html file you should be able to test and use the non-minified version.

However this is broke. There in fact is no file ../build/grammar.js as it has been cleaned out.

    <script src="../build/grammar.js"></script>
    <script src="../src/diagram.js"></script>
    <script src="../src/jquery-plugin.js"></script>
    <script src="../fonts/daniel/daniel_700.font.js"></script>
    <script src="../src/sequence-diagram.js"></script>