Skip to content

Commit 23172fd

Browse files
committed
Add missing scripts to compression helper
Closes codemirror#4122
1 parent 8a1dd16 commit 23172fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/compress.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,14 @@ <h2>Script compression helper</h2>
252252
<option value="http://codemirror.net/addon/comment/continuecomment.js">continuecomment.js</option>
253253
<option value="http://codemirror.net/addon/edit/continuelist.js">continuelist.js</option>
254254
<option value="http://codemirror.net/addon/hint/css-hint.js">css-hint.js</option>
255+
<option value="http://codemirror.net/addon/lint/css-lint.js">css-lint.js</option>
255256
<option value="http://codemirror.net/addon/dialog/dialog.js">dialog.js</option>
256257
<option value="http://codemirror.net/addon/fold/foldcode.js">foldcode.js</option>
257258
<option value="http://codemirror.net/addon/fold/foldgutter.js">foldgutter.js</option>
258259
<option value="http://codemirror.net/addon/display/fullscreen.js">fullscreen.js</option>
259260
<option value="http://codemirror.net/addon/wrap/hardwrap.js">hardwrap.js</option>
260261
<option value="http://codemirror.net/addon/hint/html-hint.js">html-hint.js</option>
262+
<option value="http://codemirror.net/addon/lint/html-lint.js">html-lint.js</option>
261263
<option value="http://codemirror.net/addon/fold/indent-fold.js">indent-fold.js</option>
262264
<option value="http://codemirror.net/addon/hint/javascript-hint.js">javascript-hint.js</option>
263265
<option value="http://codemirror.net/addon/lint/javascript-lint.js">javascript-lint.js</option>

0 commit comments

Comments
 (0)