forked from 0x2620/oxjs
rename build/ to min/
This commit is contained in:
parent
51696562f1
commit
383433a06d
25 changed files with 84 additions and 75 deletions
|
|
@ -101,7 +101,7 @@ Ox.PATH = (function() {
|
|||
}
|
||||
}
|
||||
}());
|
||||
//@ Ox.MODE <s> Mode ('build' or 'dev')
|
||||
//@ Ox.MODE <s> Mode ('dev' or 'min')
|
||||
Ox.MODE = Ox.PATH.slice(0, -1).split('/').pop();
|
||||
//@ Ox.PREFIXES <[str]> `['', 'K', 'M', 'G', 'T', 'P']`
|
||||
Ox.PREFIXES = ['', 'K', 'M', 'G', 'T', 'P'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue