Skip to content

Commit 9ec782c

Browse files
author
Will Bamberg
committed
Minify codemirror.js
1 parent 4d22f54 commit 9ec782c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

editable-samples/codemirror/lib/codemirror.min.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editable-samples/pages/border-top-color/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</div>
2727
</div>
2828

29-
<script src="../../codemirror/lib/codemirror.js"></script>
29+
<script src="../../codemirror/lib/codemirror.min.js"></script>
3030
<script src="../../codemirror/mode/css/css.js"></script>
3131
<script src="../../codemirror/addon/hint/css-hint.js"></script>
3232
<script src="../../codemirror/addon/hint/show-hint.js"></script>

editable-samples/pages/filter/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img id="example-element" src="img/firefox.png"/>
2323
</div>
2424

25-
<script src="../../codemirror/lib/codemirror.js"></script>
25+
<script src="../../codemirror/lib/codemirror.min.js"></script>
2626
<script src="../../codemirror/mode/css/css.js"></script>
2727
<script src="../../codemirror/addon/hint/css-hint.js"></script>
2828
<script src="../../codemirror/addon/hint/show-hint.js"></script>

editable-samples/pages/font/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<span id="example-element">London. Michaelmas term lately over, and the Lord Chancellor sitting in Lincoln's Inn Hall. Implacable November weather. As much mud in the streets as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes—gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another's umbrellas in a general infection of ill temper, and losing their foot-hold at street-corners, where tens of thousands of other foot passengers have been slipping and sliding since the day broke (if this day ever broke), adding new deposits to the crust upon crust of mud, sticking at those points tenaciously to the pavement, and accumulating at compound interest.</span>
2424
</div>
2525

26-
<script src="../../codemirror/lib/codemirror.js"></script>
26+
<script src="../../codemirror/lib/codemirror.min.js"></script>
2727
<script src="../../codemirror/mode/css/css.js"></script>
2828
<script src="../../codemirror/addon/hint/css-hint.js"></script>
2929
<script src="../../codemirror/addon/hint/show-hint.js"></script>

editable-samples/pages/transform/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img id="example-element" src="img/firefox.png"/>
2323
</div>
2424

25-
<script src="../../codemirror/lib/codemirror.js"></script>
25+
<script src="../../codemirror/lib/codemirror.min.js"></script>
2626
<script src="../../codemirror/mode/css/css.js"></script>
2727
<script src="../../codemirror/addon/hint/css-hint.js"></script>
2828
<script src="../../codemirror/addon/hint/show-hint.js"></script>

0 commit comments

Comments
 (0)