Skip to content

Instantly share code, notes, and snippets.

@adrdra
Created January 23, 2017 15:59
Show Gist options
  • Select an option

  • Save adrdra/eafb4d8211debfaaf26fb1024f7b4bc9 to your computer and use it in GitHub Desktop.

Select an option

Save adrdra/eafb4d8211debfaaf26fb1024f7b4bc9 to your computer and use it in GitHub Desktop.
# Precompile any file in the assets folder
# This fix the bootstrap compilation error
# @see "http://stackoverflow.com/questions/9915950/bootstrap-sass-undefined-variable-baselineheight"
Rails.application.config.assets.precompile += [/^[-_a-zA-Z0-9]*\..*/]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment