#2776 closed defect (bug) (fixed)
Bring Gruntfile.js tasks up to speed with BuddyPress.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.6 | Priority: | high |
| Severity: | blocker | Version: | trunk |
| Component: | Tools - Build | Keywords: | has-patch |
| Cc: |
Description
Bring Gruntfile.js tasks up to speed with BuddyPress, this was partially completed in r5614.
A few more tweaks are needed to finish it off, primarily in adding a new target src for jsvalidate so JavaScript files can be validated in the /src folder.
A couple of notes about the patch:
- The task
grunt releaseis redundant for bbPress purposes, BuddyPress only uses this for SVN externals, I've left it here for Grunt task compatibility/familiarity " between the projects - Patch also includes final whitespace around bracket changes.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 5649:
Bring Gruntfile.js tasks up to speed with BuddyPress
srctarget forjsvalidateto validate JavaScript files in the/srcfolderProps netweb. Fixes #2776