Skip to content

Commit

Permalink
[BREAK] remove old livechat client (RocketChat#15133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Aug 16, 2019
1 parent c0f106b commit 5fdd2f2
Show file tree
Hide file tree
Showing 148 changed files with 1,425 additions and 10,190 deletions.
1 change: 0 additions & 1 deletion .scripts/fix-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ const fixFiles = (path, source, newlineAtEnd = false) => {
};

fixFiles('./packages/rocketchat-i18n', '/i18n/en.i18n.json');
fixFiles('./packages/rocketchat-livechat/.app/i18n', '/en.i18n.json');
2 changes: 0 additions & 2 deletions .scripts/npm-postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ execSync('mkdir -p public/fonts/');
execSync('cp node_modules/katex/dist/fonts/* public/fonts/');

execSync('cp node_modules/pdfjs-dist/build/pdf.worker.min.js public/');

execSync('cd packages/rocketchat-livechat/.app && (meteor npm install || npm install) && cd -');
Loading

0 comments on commit 5fdd2f2

Please sign in to comment.