Trigger panel refactor. Migrated to ES6.

This commit is contained in:
Alexander Zobnin
2016-03-19 17:15:48 +03:00
parent c6f854e948
commit a533f7f6b3
3 changed files with 243 additions and 258 deletions

View File

@@ -16,6 +16,7 @@ module.exports = function(grunt) {
src: [
'**/*',
'!datasource-zabbix/*.js',
'!panel-triggers/*.js',
'!**/*.scss'
],
dest: 'dist/'
@@ -46,7 +47,8 @@ module.exports = function(grunt) {
cwd: 'src',
expand: true,
src: [
'datasource-zabbix/*.js'
'datasource-zabbix/*.js',
'panel-triggers/*.js',
],
dest: 'dist/'
}]