Skip to content

Commit

Permalink
Using brace to load Ace. Ace and jsonlint are now packed by default w…
Browse files Browse the repository at this point in the history
…ith JSONEditor. Removed all redundant build stuff for the assets.
  • Loading branch information
josdejong committed Feb 27, 2015
1 parent c18145f commit 0db2c35
Show file tree
Hide file tree
Showing 29 changed files with 20,536 additions and 796 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
https://github.com/josdejong/jsoneditor


## not yet released, version 4.0.0

- Ace editor and jsonlint are now packed with jsoneditor.js by default.
- Reworked the source code to CommonJS modules, using `brace` to load Ace.


## 2015-01-25, version 3.2.0

- Implemented shortcut keys `Ctrl+\` to format and `Ctrl+Shift+\` to compact
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ download:
<html>
<head>
<link rel="stylesheet" type="text/css" href="jsoneditor/jsoneditor.min.css">
<script type="text/javascript" src="jsoneditor/jsoneditor.min.js"></script>
<script src="jsoneditor/jsoneditor.min.js"></script>
</head>
<body>
<div id="jsoneditor" style="width: 400px; height: 400px;"></div>

<script type="text/javascript" >
<script>
// create the editor
var container = document.getElementById("jsoneditor");
var editor = new JSONEditor(container);
Expand Down
148 changes: 0 additions & 148 deletions asset/ace/ace.js

This file was deleted.

1 change: 0 additions & 1 deletion asset/ace/ext-searchbox.js

This file was deleted.

Loading

0 comments on commit 0db2c35

Please sign in to comment.