[buddypress-trac] [BuddyPress Trac] #6064: Make existing Grunt tasks clearer, and improve the release packaging process.
buddypress-trac
noreply at wordpress.org
Fri Dec 12 19:20:25 UTC 2014
#6064: Make existing Grunt tasks clearer, and improve the release packaging
process.
---------------------------+---------------------
Reporter: DJPaul | Owner: djpaul
Type: enhancement | Status: closed
Priority: normal | Milestone: 2.2
Component: Build Process | Version:
Severity: normal | Resolution: fixed
Keywords: |
---------------------------+---------------------
Changes (by djpaul):
* owner: => djpaul
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"9229"]:
{{{
#!CommitTicketReference repository="" revision="9229"
Grunt: rename the `build-*` tasks and add new task to help package
releases.
Clarifying the existing `build-*` tasks will help reduce confusion for
contributors to the project by making it easier to understand when each
should be run.
A new task to help the BuddyPress team package new releases will help make
our release process more straightforward and hopefully save time.
The Grunt tasks are now:
* "src" -- operates on the `src/` folder. To be run during development.
* "commit" -- operates on the `src/` folder. To be run before commit.
* "build" -- updates the `build/` folder. Creates a build of BuddyPress
ready for full testing (with minified assets, etc).
* "release" -- updates the `build/` folder. Creates the release version of
BuddyPress, ready to be added to our distribution SVN.
In the near future, we'll probably add a `grunt watch` task which will do
the same thing as the new `src` task.
Fixes #6064
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6064#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list