[wp-trac] [WordPress Trac] #43055: Reorganize Core JS / introduce build step
WordPress Trac
noreply at wordpress.org
Tue May 22 23:08:35 UTC 2018
#43055: Reorganize Core JS / introduce build step
------------------------------+-------------------------
Reporter: omarreiss | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.0
Component: Build/Test Tools | Version: trunk
Severity: normal | Resolution:
Keywords: dev-feedback | Focuses: javascript
------------------------------+-------------------------
Comment (by omarreiss):
Added a script which creates all the directories under src/js with `svn
mkdir` command, then moves all files there with `svn mv` commands that
need to be moved and removes all dependencies which are no longer needed
with `svn rm` commands. I've created a new patch that should apply all
additions and modifications. This should make committing this as easy as
possible. The patch is diffed on `master`. I don't expect this to be a
problem, but it might try to delete or move files that are already moved
by the script. If this turns out to be the case, I could now easily diff
it in a way that takes this into account.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43055#comment:69>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list