JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
docs tweak
authorJason Woofenden <jason@jasonwoof.com>
Tue, 2 Feb 2016 06:06:08 +0000 (01:06 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 2 Feb 2016 06:06:08 +0000 (01:06 -0500)
editor_tests_compiled.html

index ad00fcd..ec7fdb8 100644 (file)
@@ -12,8 +12,8 @@
        </style>
 </head>
 <body>
-       <h1>Peach HTML5 Editor test page (partially compiled version)</h1>
-       <p>This version of the editor test page requires that you've compiled parser.js (to speed up page load) but it does compile editor.coffee and editor_tests.coffee in the browser so you don't have to rebuild them every time you make a change.</p>
+       <h1>Peach HTML5 Editor test page (compiled version)</h1>
+       <p>This version of the editor test page requires that you've compiled all the source files. (Just run <code>make</code>).</p>
        <form action="#" method="get">
        <p>In:<br><textarea rows="9" cols="22" name="in" id="in">&lt;p&gt;Normal &lt;strong&gt;Bold &lt;em&gt; Italic+Bold&lt;/strong&gt; Italic&lt;/em&gt; Normal&lt;/p&gt;</textarea></p>
        <p><input id="button" type="submit" value="loading..." disabled></p>