-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automation #635
base: develop
Are you sure you want to change the base?
Automation #635
Conversation
Merge updates
What are you actually trying to solve here ? |
That doesn't actually answer my questions. |
@@ -0,0 +1,61 @@ | |||
/** | |||
* Give Gulp File |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect comment.
@@ -338,38 +338,38 @@ public function init() { | |||
/* translators: %s: plugin name. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be a separate PR please.
return gulp.src('**/*.php') | ||
.pipe(sort()) | ||
.pipe(wpPot({ | ||
package: 'TGM Plugin Activation', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put these TGMPA-specific values into package.json
, and have this file read from there.
------------------------------------- */ | ||
gulp.task('textdomain', function () { | ||
var options = { | ||
text_domain: 'tgmpa', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, read from package.json.
Resolves #634