Created
January 23, 2017 15:59
-
-
Save adrdra/eafb4d8211debfaaf26fb1024f7b4bc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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