Skip to content
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

Update application.js.coffee #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update application.js.coffee #54

wants to merge 1 commit into from

Conversation

groverz
Copy link

@groverz groverz commented Nov 9, 2013

bundle exec rake assets:precompile RAILS_ENV=production RAILS_GROUPS=assets
rake aborted!
SyntaxError: unexpected = (in /Users/hav0k/pr/ruby/juvia/app/assets/javascripts/application.js.coffee)

Tasks: TOP => assets:precompile:primary
(See full trace by running task with --trace)

bundle exec rake assets:precompile RAILS_ENV=production RAILS_GROUPS=assets

SyntaxError: unexpected =
@tinco
Copy link
Contributor

tinco commented Nov 9, 2013

Hey thanks Grover, it's weird, did this ever work? Also, shouldn't there not be a space between # and =? Did you test if the resource was correctly included now? If you say so I'll merge it in.

@groverz
Copy link
Author

groverz commented Nov 9, 2013

Sorry. Not incident in production environment. Have tried all options and check js2coffee. I try to understand.

@groverz
Copy link
Author

groverz commented Nov 16, 2013

Manifest not working precompile. #= require name is valid fo coffee, but ignores.

Рroblem was solved:

config.assets.precompile += %w(jquery-1.7.1.min.js jquery_ujs.js jquery.delayed-observer.js columnal.css)

But it's not quite right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants