Ticket #472 (closed defect: duplicate)

Opened 11 months ago

Last modified 10 months ago

:bundle => true does not result in expected load order

Reported by: publ..@nuance9.com Assigned to:
Priority: medium Milestone: The Future
Component: Merb Keywords:
Cc:

Description

Right now a file required (require_css) in a view appears in the generated all.css file before a file required in the layout.

I would guess the typical scenario would be to define a general site wide CSS file in the layout, and then a more specific file in a view / partial.

Yet as is, the general file required in the layout will appear after (and thus over ride) the CSS required in the view. Seems if this could be reversed the results would be a little more intuitive. Just my opinion though. Thanks!!

Change History

01/18/08 16:27:57 changed by publ..@nuance9.com

  • type changed from enhancement to defect.

01/28/08 14:02:16 changed by iv..@gweezlebur.com

  • milestone changed from 0.5.2 to The Future.

02/11/08 13:42:05 changed by shayarne..@gmail.com

  • status changed from new to closed.
  • resolution set to duplicate.