2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 112 forks source link

Not working when assets get cleared #92

Closed ak868308 closed 7 years ago

ak868308 commented 7 years ago

I was cleared all the assets from assests dir because want to to load new assets. But after that CKEditor surprised me. It shows an error please see attach ckeditor

midcore-nam commented 7 years ago

same here.

tonydspaniard commented 7 years ago

@ak868308 @midcore-nam Do you mind updating to latest 2.0.2 and tell me if it works for you? Is your "localhost" the correct url? Thanks!

midcore-nam commented 7 years ago

yes, localhost. I've noticed something, it does that when i was working with master branch only. When i switch to different branch, delete the asset folder, it regenerates everything correctly. :)

MUTOgen commented 7 years ago

the same for me too how to fix it?

I have

/action/config.js?t=GAGE 404 (Not Found)

and couple other 404s, after minify on master

tonydspaniard commented 7 years ago

@MUTOgen seems there is a miss-configuration on the packages. Have you double check the bundle configuration on minify?

tonydspaniard commented 7 years ago

No more info given. Closing this issue.

asaenzestrada commented 7 years ago

This was cleared in this issue: https://github.com/rmrevin/yii2-minify-view/issues/38 @tonydspaniard #

tonydspaniard commented 7 years ago

Thank you @asaenzestrada