Skip to content
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

[Vue] Migrate ajaxHelper.ts + piwik-url service #18104

Merged
merged 5 commits into from Oct 8, 2021
Merged

Conversation

diosmosis
Copy link
Member

Description:

Notes:

  • Keeping ajaxHelper instead of pulling in a new library since it works and I don't want to debug any weird Matomo ajax errors.

image

image

Review

{
$command = self::getVueCliServiceBin() . ' build --mode=development --target lib --name ' . $plugin . " ./plugins/$plugin/vue/src/index.ts --dest ./plugins/$plugin/vue/dist --watch &";
$command = "FORCE_COLOR=1 " . self::getVueCliServiceBin() . ' build --mode=development --target lib --name '
Copy link
Member Author

@diosmosis diosmosis Oct 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FORCE_COLOR=1 will allow printing out the color output from vue CLI when using passthru.

@diosmosis diosmosis added the Needs Review PRs that need a code review label Oct 8, 2021
@diosmosis diosmosis added this to the 4.6.0 milestone Oct 8, 2021
@tsteur tsteur merged commit 61f6b2d into 4.x-dev Oct 8, 2021
@tsteur tsteur deleted the vue-ajax-helper branch October 8, 2021 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants