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

Shared styles fetched from wrong folder #1654

Closed
ripla opened this issue Mar 27, 2018 · 0 comments
Closed

Shared styles fetched from wrong folder #1654

ripla opened this issue Mar 27, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@ripla
Copy link
Contributor

ripla commented Mar 27, 2018

Steps to reproduce

  1. Create a new Flow template with
    <template>
        <style include="shared-styles"></style>
        <span>Text</span>
    </template>
  1. Create shared-styles.html in src/main/webapp/frontend/styles with contents:
<dom-module id="shared-styles">
    <template>
        <style>
            span {
                color: red;
            }
        </style>
    </template>
</dom-module>

Actual behavior

Text in editor is not red.

Expected behavior

Text in editor is red.

Scenarios

Hiptest Status

Notes

The style is applied if the path is src/main/webapp/styles instead.

IDE, Designer and OS version

IntelliJ, Designer 3.0.0.beta4, macOS

@qtdzz qtdzz self-assigned this Mar 28, 2018
@ripla ripla added this to the 3.0.0.beta6 milestone Apr 5, 2018
@ripla ripla closed this as completed Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants