zabbixAPI (-> zabbixAPIService) and zabbixAPIService (-> zabbixAPICoreService) refactor.

This commit is contained in:
Alexander Zobnin
2016-03-15 22:54:02 +03:00
parent 775c2ddac1
commit de8a1ff621
5 changed files with 463 additions and 455 deletions

View File

@@ -19,6 +19,8 @@ module.exports = function(grunt) {
'!**/module.js',
'!**/queryCtrl.js',
'!**/utils.js',
'!**/zabbixAPICoreService.js',
'!**/zabbixAPIService.js',
'!**/*.scss'
],
dest: 'dist/src'
@@ -53,6 +55,8 @@ module.exports = function(grunt) {
'**/**/datasource.js',
'**/**/queryCtrl.js',
'**/**/utils.js',
'**/**/zabbixAPICoreService.js',
'**/**/zabbixAPIService.js',
],
dest: 'dist/src',
ext:'.js'