Symlink TinyMCE directory during build

This commit is contained in:
Dan Stillman 2018-03-01 18:18:37 -05:00
parent e8403b9679
commit 7a15c88972

View File

@ -13,6 +13,7 @@ const dirs = [
// list of folders from which all files are symlinked
const symlinkDirs = [
'resource/tinymce',
'styles',
'translators'
];
@ -57,4 +58,4 @@ const jsFiles = [
module.exports = {
dirs, symlinkDirs, copyDirs, symlinkFiles, browserifyConfigs, jsFiles, ignoreMask
};
};