[wp-trac] [WordPress Trac] #25117: The distribution build process should be fully available to anyone.

WordPress Trac noreply at wordpress.org
Thu Nov 14 05:35:38 UTC 2013


#25117: The distribution build process should be fully available to anyone.
-----------------------------+-----------------------
 Reporter:  mark-k           |       Owner:
     Type:  feature request  |      Status:  reopened
 Priority:  normal           |   Milestone:  3.8
Component:  Build Tools      |     Version:
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+-----------------------

Comment (by nacin):

 1. http://nodejs.org/download/
 2. Run this:
 {{{
 npm install -g grunt-cli
 }}}
 3. In the directory of your SVN checkout of
 develop.svn.wordpress.org/trunk, run:
 {{{
 $ npm install
 $ grunt
 }}}

 After this, just run `grunt`. (This is synonymous with `grunt build`.) You
 can also run `grunt rtl` which will generate the uncompressed RTL CSS for
 you.

 `npm install` only needs to be done once, and then whenever new
 dependencies are added. `grunt` commands will fail when it is time to run
 `npm install`.

 In addition to the handbook, a README file should be added to the root of
 develop.svn.wordpress.org/trunk.

 Or: Check out http://core.svn.wordpress.org/trunk and patch that. If you
 patch a generated RTL file, someone will help you turn that into a patch
 for the corresponding LTR file. Honestly, especially for RTL, reporting
 bugs (and snippets of CSS, if possible) is far more useful than the patch
 anyway.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25117#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list