Skip to content

Commit

Permalink
Symlink TinyMCE directory during build
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Mar 2, 2018
1 parent e8403b9 commit 7a15c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/config.js
Expand Up @@ -13,6 +13,7 @@ const dirs = [

// list of folders from which all files are symlinked
const symlinkDirs = [
'resource/tinymce',
'styles',
'translators'
];
Expand Down Expand Up @@ -57,4 +58,4 @@ const jsFiles = [

module.exports = {
dirs, symlinkDirs, copyDirs, symlinkFiles, browserifyConfigs, jsFiles, ignoreMask
};
};

0 comments on commit 7a15c88

Please sign in to comment.