Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
17: update editor copy to public command
Browse files Browse the repository at this point in the history
  • Loading branch information
uqee committed Nov 23, 2017
1 parent efcca69 commit f059f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Catalog/Content/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class Editor extends React.PureComponent {
};

static optionsRequire = {
// cp node_modules/monaco-editor public/monaco-editor
// cp -R ./node_modules/monaco-editor ./public/monaco-editor
url: `${PUBLIC_URL}/monaco-editor/min/vs/loader.js`,
paths: { 'vs': `${PUBLIC_URL}/monaco-editor/min/vs` },
};
Expand Down

0 comments on commit f059f71

Please sign in to comment.