-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copying javascripts is disabled #180
Comments
what about rake commontator:copy:javascripts (as per the documentation) |
@alaarab Right, I tried that and got an error that basically said that command isn't defined (I'm paraphrasing here because I don't remember exactly what the error was, but that error was what prompted me to check the list of available tasks in the first place). If you look at the file where the tasks are defined you will see that |
Did you end up figuring out how to copy out the javascripts? Looking into using this with import maps and rails 7 and figure it might need some tweaks like this. |
I didn't, I ended up giving up and using "acts_as_commentable" instead |
Hi, I'm trying to use commontator with a Rails 5.2 app that uses webpacker for javascript deployment. I tried importing the necessary javascripts going off of the readme, but didn't have much success. I then noticed that you can copy most of the gem into your project using
rails commontator:copy:<item_to_copy/>
. This worked great for the stylesheets, but it doesn't seem to have an option for copying the javascript files; when I runrails --tasks
the list of commontator-related tasks looks like this:Is there another way I can easily copy the Javascript files without having to do it manually?
The text was updated successfully, but these errors were encountered: