Improved performance of metric filtering and building history query.

This commit is contained in:
Alexander Zobnin
2016-03-17 22:36:22 +03:00
parent 17e8529127
commit fbe7480c07
4 changed files with 149 additions and 66 deletions

View File

@@ -21,6 +21,7 @@ module.exports = function(grunt) {
'!**/utils.js',
'!**/zabbixAPICore.service.js',
'!**/zabbixAPI.service.js',
//'!**/dataProcessing.service.js',
'!**/metricFunctions.js',
'!**/*.scss'
],
@@ -43,7 +44,7 @@ module.exports = function(grunt) {
babel: {
options: {
sourceMap: false,
sourceMap: true,
presets: ["es2015"],
plugins: ['transform-es2015-modules-systemjs', "transform-es2015-for-of"],
},
@@ -58,6 +59,7 @@ module.exports = function(grunt) {
'**/**/utils.js',
'**/**/zabbixAPICore.service.js',
'**/**/zabbixAPI.service.js',
//'**/**/dataProcessing.service.js',
'**/**/metricFunctions.js'
],
dest: 'dist/'