Skip to content

Commit

Permalink
rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 6, 2015
1 parent 60fc972 commit 2867911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ccsstoast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>CCSS to AST viewer</h1>
</style>

<script src="ccss-compiler-bundle.js"></script>
<script src="https://rawgit.com/gss/engine/master/dist/gss.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/cdn.thegrid.io/gss/v2.0.0/v2.0.0/gss.js"></script>

<script type="text/javascript">
window.engine = new GSS(document);
Expand Down
2 changes: 1 addition & 1 deletion tools/vfltoccss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>VFL to CCSS viewer</h1>
</style>

<script src="vfl-compiler-bundle.js"></script>
<script src="https://rawgit.com/gss/engine/master/dist/gss.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/cdn.thegrid.io/gss/v2.0.0/v2.0.0/gss.js"></script>

<script type="text/javascript">
window.engine = new GSS(document);
Expand Down

0 comments on commit 2867911

Please sign in to comment.