You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that even if I add a custom basepath as described here, the basepath.js file included with the gem is always precompiled afterwards, overriding its value.
But looking at the generated application.js, though I can see the CKEDITOR_BASEPATH I define, the default basepath is included subsequently, overriding it.
It seems that even if I add my own basepath.js.erb file to javascript/ckeditor, the default basepath.js.erb file included with the gem is included after it, overriding the CKEDITOR_BASEPATH variable.
The text was updated successfully, but these errors were encountered:
Undistraction
changed the title
Includes basepath.js.erb Always Overrides Custom basepath.js.erb
Including basepath.js.erb Always Overrides Custom basepath.js.erb
Mar 24, 2014
Undistraction
changed the title
Including basepath.js.erb Always Overrides Custom basepath.js.erb
The included basepath.js.erb Always Overrides Custom basepath.js.erb
Mar 24, 2014
camilalm
added a commit
to camilalm/ckeditor-rails
that referenced
this issue
Nov 21, 2014
It seems that even if I add a custom basepath as described here, the basepath.js file included with the gem is always precompiled afterwards, overriding its value.
I include the custom file like this:
But looking at the generated
application.js
, though I can see theCKEDITOR_BASEPATH
I define, the default basepath is included subsequently, overriding it.It seems that even if I add my own
basepath.js.erb
file tojavascript/ckeditor
, the defaultbasepath.js.erb
file included with the gem is included after it, overriding theCKEDITOR_BASEPATH
variable.The text was updated successfully, but these errors were encountered: