Last active
December 26, 2015 01:19
-
-
Save sho-h/7070839 to your computer and use it in GitHub Desktop.
http://railsgirls.jp/mogok/ で assets が動的コンパイルされるように修正。ただし、スクリーンショットの追加は行えていない。
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
--- a/_posts/2013-01-29-mogok.markdown | |
+++ b/_posts/2013-01-29-mogok.markdown | |
@@ -49,10 +49,18 @@ Gemfileに以下のGemが記述されていない場合には追記します。( | |
`config.serve_static_assets = false` | |
+ `...` | |
+ | |
+ `config.assets.compile = false` | |
+ | |
- 書き換え後 | |
`config.serve_static_assets = true` | |
+ `...` | |
+ | |
+ `config.assets.compile = true` | |
+ | |
 | |
### Rails 4への対応 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment