www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7a15c889725b1f6fa5d4565d5e8ec3175f819bc0
parent e8403b96790d95fedc2645d3f7df2a4bd6ac0126
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  1 Mar 2018 18:18:37 -0500

Symlink TinyMCE directory during build

Diffstat:
Mscripts/config.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/config.js b/scripts/config.js @@ -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 -}; -\ No newline at end of file +};