[wp-trac] [WordPress Trac] #45119: Add a way to build packages scripts to `/src` folder.
WordPress Trac
noreply at wordpress.org
Thu Oct 18 23:44:38 UTC 2018
#45119: Add a way to build packages scripts to `/src` folder.
------------------------------+-------------------------
Reporter: atimmer | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.0
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch commit | Focuses: javascript
------------------------------+-------------------------
Comment (by netweb):
The [attachment:"45119.diff"] doesn't include the same `.gitignore`
changes for `svn:ignore`.
To add these run `svn propedit svn:ignore .`:
{{{#!diff
Index: .
===================================================================
--- . (revision 43735)
+++ . (working copy)
Property changes on: .
___________________________________________________________________
Modified: svn:ignore
## -5,9 +5,14 ##
# Files and folders related to build/test tools
phpunit.xml
phpcs.xml
.phpcs.xml
node_modules
npm-debug.log
build
wp-cli.local.yml
.git
jsdoc
vendor
+src/js
+src/css
)))
Note there is no leading `/` on the paths for SVN
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45119#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list