Fixed grunt tasks (copy files for trigger panel).

This commit is contained in:
Alexander Zobnin
2016-03-19 15:28:24 +03:00
parent af59f87246
commit c6f854e948

View File

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