[wp-trac] [WordPress Trac] #26255: Ensure all Style dependancies are set

WordPress Trac noreply at wordpress.org
Tue Nov 26 06:02:03 UTC 2013


#26255: Ensure all Style dependancies are set
--------------------------+-------------------
 Reporter:  dd32          |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  3.8
Component:  General       |    Version:  trunk
 Severity:  normal        |   Keywords:
--------------------------+-------------------
 This is a follow on to #26236

 We need to ensure that all styles have their proper dependancies set prior
 to release, if something needs dashicons, it should be set as a
 dependancy, etc.

 For dashicons specifically, here's a one-liner to list the files that
 refer to 'dashicons': (I'm sure it can be simplified)
 `find ./ -iname *.css | grep -v 'wp-content/' | sed "s/.\///" | xargs grep
 dashicons | sed "s/:.*$//g" | uniq`

 Attached is a patch that adds the dashicons dependancy to the remaining
 files, however, we should leave this ticket open and revisit at RC time.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26255>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list