thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 304 forks source link

mode-css.js net::ERR_ABORTED 404 (Not Found) #166

Open Andranik-89 opened 5 years ago

Andranik-89 commented 5 years ago

Hi everyone. I am getting the following error when start an Angular 7 project which has brace and ng2-ace-editors in it image image

could anyone please help with the problem?

Andranik-89 commented 5 years ago

also in production the same page gives a slightly different error, though also connected to the mode-css.js image

step21 commented 4 years ago

Did you ever resolve this? I have a similar issue.

Andranik-89 commented 4 years ago

@step21 added this to the assets array of angular.json: { "glob": "worker-javascript.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, { "glob": "worker-css.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, { "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }

Hope it helps