top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

RoR: After installing ckeditor I'm having this uglifier issue Uglifier::Error: Unexpected token: punc (})

0 votes
248 views
RoR: After installing ckeditor I'm having this uglifier issue Uglifier::Error: Unexpected token: punc (})
posted Apr 10, 2018 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
How did you install ckeditor? Did you use a gem, or just the JS directly? It sounds as though the JS minifier is choking on the syntax in the library code, so that leads me to think you are using a gem, and putting the JS code in the Asset Pipeline. You may want to look into including this script through a CDN or similar, as a test. If that works, then look at the support page for the gem you used, and see if this is a solved problem.

Similar Questions
+1 vote

I am using ruby 1.9.3p194 and rubygems-2.1.7 on Ubuntu 12.0. Getting the below error when trying to install Rails using rubyGems.

gem install rails --include-dependencies
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --include-dependencies
+1 vote

I am lost in an update. updated rails 3 to 4 and now stuck with devise...

I have updated views and controller code & user.rb, but I don't know where the error comes from...nor do I see the same reset token in the database.

0 votes

I am getting below error:

unable to find RATLCRYPTO.dll ... unable to find creds.exe' unable to find libatriaxdr.dll ... unable to find creds.exe

unable to find LIBATRIANT.dll ... you may resolve by reinstall the application

0 votes

I have a default message in a form ( I used the placeholder attribute).
Unfortunately, when I submit a form it doesnt like this attribute (that field must appear blank), because if I type over it it works.

Is there something else I should use besides the placeholder attribute?

+1 vote

I deployed one small app in heroku built on ROR, now I want to send mails. How is it possible can anyone give me a details how to do it.

...