
Ryan rose
Joined
30 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Creating A Blog Post Model Discussion
oh, now I learn a new one
Posted in development env: is the asset pipeline expected to compile all assets or just those in demand?
It might be that your configuration is causing the pipeline to compile all assets instead of just the requested ones. You could try using require
instead of require_tree
to specify exactly which assets are needed. Also, make sure there are no settings forcing the compilation of all assets even when it's not necessary.