[build] babel requires the directory containing the cache exist

This commit is contained in:
spalger 2015-11-04 11:10:39 -06:00
parent c2cb8761a1
commit ed99db7ada

View file

@ -8,6 +8,7 @@ module.exports = function (grunt) {
grunt.registerTask('_build:babelOptions', function () {
unlink(srcFile);
rename(buildFile, srcFile);
grunt.file.mkdir('build/kibana/optimize');
});
};