Skip to content

Preparing the frontend (?) create a target directory; files should exist in build #46

@christoph-frick

Description

@christoph-frick

Desktop (please complete the following information):

  • OS: Linux
  • JDK version: Zulu 8
  • Gradle version: 6.0.1
  • Vaadin Plugin version: 0.5

Describe the bug

Probably vaadinPrepareFrontend creates a target directory in the
root.

To Reproduce

Given a simple project like
https://github.com/christoph-frick/try-vaadin14-gradle/blob/master/build.gradle
building or running the project (assumption: the task
vaadinPrepareFrontend is the culprit), the project contains a target
directory afterwards, which usually is associated with a maven build:

$ find target
target
target/frontend
target/frontend/generated-flow-imports.js
target/frontend/package.json
target/frontend/generated-flow-imports-fallback.js

Expected behavior

All build artifacts should reside somewhere inside the build
directory.

Screenshots

n/a

Additional context

n/a

Metadata

Metadata

Assignees

Labels

blocked by upstreamSomething needs to be fixed first in the depending librariesenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions