1
0
Fork 0
forked from 0x2620/oxjs

rename build/ to min/

This commit is contained in:
rolux 2014-09-26 18:57:12 +02:00
commit 383433a06d
25 changed files with 84 additions and 75 deletions

View file

@ -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));
});