Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Update application.js.coffee#54

Open
groverz wants to merge 1 commit into
phusion:masterfrom
groverz:patch-1
Open

Update application.js.coffee#54
groverz wants to merge 1 commit into
phusion:masterfrom
groverz:patch-1

Conversation

@groverz

@groverz groverz commented Nov 9, 2013

Copy link
Copy Markdown

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

tinco commented Nov 9, 2013

Copy link
Copy Markdown
Contributor

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

groverz commented Nov 9, 2013

Copy link
Copy Markdown
Author

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

@groverz

groverz commented Nov 16, 2013

Copy link
Copy Markdown
Author

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants