Since all PHP projects have issues with UTF-8 using BOM, I've noticed your code has this issue. Could you please remove it by following these steps:

https://drupal.org/node/1622904#comment-8789815

The following files in 7.x-1.10 seem to be affected:

css_injector/ace/worker-css.js
css_injector/ace/worker-javascript.js
css_injector/ace/ace.js

Comments

jrreid’s picture

kreynen’s picture

Status: Active » Needs work

Thanks for identifying the root cauae of this issue, but these Ace files should never have been committed to this project, so I'm not going to update them. The 2.x branch doesn't have this issue because it doesn't have these files. If no one steps up to maintain the 1.x branch before the new 3rd party content rules take effect, I will simply unpublish that branch.

oresh’s picture

Assigned: Unassigned » oresh

i'll move the ace to cdn, and going to make it optional in module settings.
Hope it helps.