Skip to content

Commit

Permalink
fix(editors): fix an issue where ckeditor doesn't load on the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Mar 7, 2017
1 parent b414eaf commit 0a4f40c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ module.exports = function (options) {
*/
new CopyWebpackPlugin([
{from: 'src/assets', to: 'assets'},
{from: 'node_modules/ckeditor', to: 'ckeditor'},
{from: 'src/meta'}
]),

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window['CKEDITOR_BASEPATH'] = '/ckeditor/';
window['CKEDITOR_BASEPATH'] = '//cdn.ckeditor.com/4.6.0/full/';

0 comments on commit 0a4f40c

Please sign in to comment.