Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ashphy committed Feb 15, 2015
1 parent 07cca40 commit 995d8c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions app/index.html
Expand Up @@ -62,6 +62,7 @@ <h2>Inputs</h2>
<label>JSON</label>
</div>
</form>
<!-- htmlmin:ignore -->
<div id="json-editor" class="editor">{
"firstName": "John",
"lastName" : "doe",
Expand All @@ -82,6 +83,7 @@ <h2>Inputs</h2>
}
]
}</div>
<!-- htmlmin:ignore -->
</div>
<div class="col-sm-6">
<h2>Evaluation Results</h2>
Expand Down Expand Up @@ -137,10 +139,10 @@ <h2>Evaluation Results</h2>
<script src="bower_components/jquery-textchange/jquery.textchange.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<!-- endbower -->
<!-- endbuild -->
<script src="bower_components/jsonpath/lib/jsonpath.js"></script>
<script src="bower_components/ace-builds/src-min-noconflict/ace.js"></script>
<script src="scripts/vendor/dump.js"></script>
<script src="app/scripts/vendor/dump.js"></script>
<!-- endbuild -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.8/ace.js"></script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
1 change: 0 additions & 1 deletion bower.json
Expand Up @@ -5,7 +5,6 @@
"bootstrap-sass-official": "~3.2.0",
"jsonpath": "*",
"jquery-textchange": "~0.2.3",
"ace-builds": "~1.1.8",
"lodash": "~3.2.0"
}
}

0 comments on commit 995d8c4

Please sign in to comment.