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