Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8807315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:20:24+00:00 2026-06-14T02:20:24+00:00

Whenever I run rake assets:precompile , I get a manifest.yml file that looks like:

  • 0

Whenever I run rake assets:precompile, I get a manifest.yml file that looks like:

--- {}

Something must be going wrong. Here is my output for rake assets:precompile --trace:

** Invoke assets:precompile (first_time)
** Execute assets:precompile
/Users/user/.rvm/rubies/ruby-1.9.3-p194/bin/ruby /Users/user/.rvm/gems/ruby-1.9.3-p194@global/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all
** Invoke assets:precompile:primary (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:primary
** Invoke assets:precompile:nondigest (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:nondigest

Can someone help?? Thanks!

UPDATE:

Feel free to look at my code at http://www.github.com/sambaek/novulty

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:20:26+00:00Added an answer on June 14, 2026 at 2:20 am

    When I run rake assets:precompile for your application I get the following output

    ➜  novulty git:(master) ✗ rake assets:precompile                     
    /Users/deefour/.rbenv/versions/1.9.3-p125/bin/ruby /Users/deefour/.rbenv/versions/1.9.3-p125/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
    rake aborted!
    Undefined variable: "$baseLineHeight".
      (in /Users/deefour/.rbenv/versions/1.9.3-p125/gemsets/novulty/gems/bootstrap-sass-2.1.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss)
    
    Tasks: TOP => assets:precompile:primary
    (See full trace by running task with --trace)
    rake aborted!
    Command failed with status (1): [/Users/deefour/.rbenv/versions/1.9.3-p125/...]
    
    Tasks: TOP => assets:precompile
    (See full trace by running task with --trace)
    rake assets:precompile  12.50s user 1.21s system 99% cpu 13.744 total
    

    I’m not sure what your intention is, but you have

    • app/asssets/bootstrap.min.css being included in app/assets/application.css
    • gem 'bootstrap-sass' in your Gemfile which appears to cause bootstrap-sass-2.1.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss (among other files) to be added to your pipeline even though they’re not included in require lines in app/assets/application.css

    It seems like you have the bootstrap gem included to use it’s Javascript plugins, but are trying to omit the SASS files in favor of the hard-coded, minified CSS file?

    In any event, the error I get says that the $baseLineHeight SASS variable is not defined for a line in that gem file’s asset – an asset you otherwise appear to ignore (from the best I can tell).

    I then did the following

    1. Commented out the bootstrap-sass gem in your Gemfile

      #gem 'bootstrap-sass'
      
    2. Ran bundle

    3. Ran rake assets:clean
    4. Removed the following require lines from your app/assets/application.js because they were coming from the bootstrap-sass gem I removed in 1. above

      //= require bootstrap-transition
      //= require bootstrap-button
      //= require bootstrap-carousel
      //= require bootstrap-collapse
      //= require bootstrap-tab
      
    5. Ran rake assets:precompile

    This results in the following public/assets/manifest.yml.

    • https://gist.github.com/d29f70b047c7b0606263

    I think you need to either of the following

    • Use the bootstrap-sass gem as intended. Include the SASS files in your app/assets/application.css (doing this it a bit outside the scope of this question)
    • Get rid of the bootstrap-sass gem as I have above, and include the necessary Javascript files as assets in your vendor/assets/javascripts directory (which is where app/assets/stylesheets/bootstrap.min.css belongs too – vendor/assets/stylesheets)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not sure why, but whenever I run rake assets:precompile , application.js doesn't get
Whenever I run rake spec, there's a 70-80% chance that I get a SEGMENTATION_FAULT
I would like that whenever I run git diff or git show it silently
Whenever I run a rake command (i.e. rake routes ) I get this error:
Background: I get errors whenever I run rake in an older project. (uninitialized constant
Right now whenever I run application It creates a file (file name specified in
Whenever i try to run sqlmetal, i get this: 'sqlmetal' is not recognized as
I am trying to get my Chrome Extension to run the function init() whenever
Whenever I run my script a temp file gets created in my local directory:
Whenever I run this code, I get a same result. Program #include<stdlib.h> int main(int

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.