fis-kernel
Advanced tools
Comparing version 1.8.9 to 1.8.10
@@ -9,3 +9,2 @@ /* | ||
exports.DEFAULT_REMOTE_REPOS = 'http://fis.baidu.com/repos'; | ||
exports.conf = 'fis-conf.js'; | ||
@@ -15,3 +14,6 @@ exports.getSource = function(){ | ||
source = {}, | ||
project_exclude = new RegExp('^' + fis.util.escapeReg(root + '/') + '(?:output\\b|fis-[^\\/]+$)', 'i'), | ||
project_exclude = new RegExp( | ||
'^' + fis.util.escapeReg(root + '/') + | ||
'(?:output\\b|fis-[^\\/]+$)', | ||
'i'), | ||
include = fis.config.get('project.include'), | ||
@@ -18,0 +20,0 @@ exclude = fis.config.get('project.exclude'); |
@@ -34,3 +34,4 @@ /* | ||
'ico', 'jfif', 'jpe', 'jpeg', | ||
'jpg', 'woff', 'cur', 'webp' | ||
'jpg', 'woff', 'cur', 'webp', | ||
'swf' | ||
], | ||
@@ -37,0 +38,0 @@ MIME_MAP = { |
{ | ||
"name" : "fis-kernel", | ||
"description" : "fis kernel.", | ||
"version" : "1.8.9", | ||
"version" : "1.8.10", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
73424
2223