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
|
|
@ -13,9 +13,9 @@
|
|||
version = +new Date();
|
||||
|
||||
if (args[0] === true && regexp.test(path)) {
|
||||
path = path.replace(regexp, 'build/');
|
||||
path = path.replace(regexp, 'min/');
|
||||
loadScript('Ox.js', function() {
|
||||
Ox.MODE = 'build';
|
||||
Ox.MODE = 'min';
|
||||
Ox.PATH = path;
|
||||
Ox.load.apply(null, Ox.slice(args, 1));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue