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 // list of folders from which all files are symlinked
const symlinkDirs = [ const symlinkDirs = [
'resource/tinymce',
'styles', 'styles',
'translators' 'translators'
]; ];