guy 6 years ago
parent
commit
e2e9313717
  1. 6
      Gruntfile.js
  2. 38
      dist/bundle.js
  3. 10
      dist/bundle.min.js
  4. 38
      dist/core.js
  5. 58
      dist/fineui.js
  6. 12
      dist/fineui.min.js
  7. 20
      dist/polyfill.js
  8. 36
      dist/utils.js
  9. 6
      dist/utils.min.js

6
Gruntfile.js

@ -8,14 +8,14 @@ module.exports = function (grunt) {
separator: ""
},
polyfillJs: {
src: ["src/polyfill/**/*.js"],
src: ["src/core/foundation.js", "src/polyfill/**/*.js"],
dest: "dist/polyfill.js"
},
coreJs: {
src: [
"src/core/foundation.js",
"src/core/jquery.js",
"src/core/lodash.js",
"src/core/foundation.js",
// 'src/core/mvc/**/*.js',
"src/core/base.js",
"src/core/ob.js",
@ -147,8 +147,8 @@ module.exports = function (grunt) {
},
utilsJs: {
src: [
"src/core/lodash.js",
"src/core/foundation.js",
"src/core/lodash.js",
"src/core/var.js",
"src/core/proto/array.js",
"src/core/proto/number.js",

38
dist/bundle.js vendored

@ -1,4 +1,22 @@
/*!
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/*!
* jQuery JavaScript Library v1.9.1
* http://jquery.com/
*
@ -19704,24 +19722,6 @@ if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
}
}.call(this));
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/**
* 基本函数
* Create By GUY 2014\11\17
*

10
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

38
dist/core.js vendored

@ -1,4 +1,22 @@
/*!
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/*!
* jQuery JavaScript Library v1.9.1
* http://jquery.com/
*
@ -19704,24 +19722,6 @@ if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
}
}.call(this));
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/**
* 基本函数
* Create By GUY 2014\11\17
*

58
dist/fineui.js vendored

@ -1,4 +1,22 @@
// Production steps of ECMA-262, Edition 5, 15.4.4.14
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}// Production steps of ECMA-262, Edition 5, 15.4.4.14
// Reference: http://es5.github.io/#x15.4.4.14
if (!Array.prototype.indexOf) {
Array.prototype.indexOf = function (searchElement, fromIndex) {
@ -219,7 +237,25 @@ if(!Date.now) {
};
}
}(_global);/*!
}(_global);/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/*!
* jQuery JavaScript Library v1.9.1
* http://jquery.com/
*
@ -19925,24 +19961,6 @@ if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
}
}.call(this));
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/**
* 基本函数
* Create By GUY 2014\11\17
*

12
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/polyfill.js vendored

@ -1,4 +1,22 @@
// Production steps of ECMA-262, Edition 5, 15.4.4.14
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}// Production steps of ECMA-262, Edition 5, 15.4.4.14
// Reference: http://es5.github.io/#x15.4.4.14
if (!Array.prototype.indexOf) {
Array.prototype.indexOf = function (searchElement, fromIndex) {

36
dist/utils.js vendored

@ -1,4 +1,22 @@
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/**
* @license
* Lodash (Custom Build) <https://lodash.com/>
* Build: `lodash core plus="debounce,throttle,get,findIndex,findLastIndex,findKey,findLastKey,isArrayLike,invert,invertBy,uniq,uniqBy,omit,omitBy,zip,unzip,rest,range,random,reject,intersection,drop,countBy,union,zipObject,initial,cloneDeep,clamp,isPlainObject,take,takeRight,without,difference,defaultsDeep,trim"`
@ -10089,24 +10107,6 @@
}
}.call(this));
/**
* Created by richie on 15/7/8.
*/
/**
* 初始化BI对象
*/
var _global;
if (typeof window !== "undefined") {
_global = window;
} else if (typeof global !== "undefined") {
_global = global;
} else if (typeof self !== "undefined") {
_global = self;
} else {
_global = this;
}
if (_global.BI == null) {
_global.BI = {};
}/**
* 常量
*/

6
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save