Fix grunt babel tasks
This commit is contained in:
10
Gruntfile.js
10
Gruntfile.js
@@ -85,15 +85,7 @@ module.exports = function(grunt) {
|
|||||||
src: ['**/*.js'],
|
src: ['**/*.js'],
|
||||||
dest: 'dist/test/specs'
|
dest: 'dist/test/specs'
|
||||||
}]
|
}]
|
||||||
},
|
}
|
||||||
distBenchmarks: {
|
|
||||||
files: [{
|
|
||||||
cwd: 'src/datasource-zabbix/benchmarks',
|
|
||||||
expand: true,
|
|
||||||
src: ['**/*.js'],
|
|
||||||
dest: 'dist/test/benchmarks'
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
mochaTest: {
|
mochaTest: {
|
||||||
|
|||||||
Reference in New Issue
Block a user