mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
babel requires the directory containing the cache exist
This commit is contained in:
parent
34954c2531
commit
67e2d68f23
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module.exports = function (grunt) {
|
|||
grunt.registerTask('_build:babelOptions', function () {
|
||||
unlink(srcFile);
|
||||
rename(buildFile, srcFile);
|
||||
grunt.file.mkdir('build/kibana/optimize');
|
||||
});
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue