rename build/ to min/
This commit is contained in:
parent
51696562f1
commit
383433a06d
25 changed files with 84 additions and 75 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<p><pre><!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="OxJS/build/Ox.js"></script>
|
||||
<script type="text/javascript" src="OxJS/min/Ox.js"></script>
|
||||
<script>
|
||||
Ox.load(function() {
|
||||
// Document ready. Your code here.
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
<br>
|
||||
<h2><b>Build</b></h2>
|
||||
<p>Minified production version, including modules.</p>
|
||||
<p>Download <a href="https://oxjs.org/downloads/OxJS.latest.build.tar.gz"><code>OxJS.latest.build.tar.gz</code></a>{size.build}.</p>
|
||||
<p>Or get <code>Ox.js</code> only: <a href="https://oxjs.org/oxjs/build/Ox.js"><code>Ox.js</code></a>{size.minified}.</p>
|
||||
<p>Download <a href="https://oxjs.org/downloads/OxJS.latest.min.tar.gz"><code>OxJS.latest.min.tar.gz</code></a>{size.min}.</p>
|
||||
<p>Or get <code>Ox.js</code> only: <a href="https://oxjs.org/oxjs/min/Ox.js"><code>Ox.js</code></a>{size.oxjs}.</p>
|
||||
<br>
|
||||
<h2><b>Getting Started</b></h2>
|
||||
<p>Take a look at our short <a href="#readme/getting_started">tutorial</a>.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue