Skip to content

Import series sale form: port to React #1057

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

Closed
php-coder opened this issue Jun 22, 2019 · 1 comment
Closed

Import series sale form: port to React #1057

php-coder opened this issue Jun 22, 2019 · 1 comment
Assignees
Milestone

Comments

@php-coder
Copy link
Owner

No description provided.

@php-coder php-coder added this to the 0.4.1 milestone Jun 22, 2019
@php-coder php-coder self-assigned this Jun 22, 2019
php-coder added a commit that referenced this issue Jul 5, 2019
php-coder added a commit that referenced this issue Jul 10, 2019
As "frontend" plugin gets activated before executing any goals, this
leads to a non obvious outcome that "mvn clean <some goal>" command
doesn't regenerate JS-files. It happens because "frontent" plugin
doesn't get activated as the target/classes/js/components directory
exists in the begginning and hasn't been removed yet.

As a workaround you might use:
- mvn -Pfrontend clean <some goal>
- mvn clean; mvn <some goal>

Addressed to #1060 and (a little bit to) #1057
@0pdd
Copy link

0pdd commented Jul 11, 2019

@php-coder 5 puzzles #1072, #1073, #1074, #1075, #1076 are still not solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants