Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Gretty and inplaceMode #192

Open
alabotski opened this issue Jan 29, 2019 · 0 comments
Open

Gretty and inplaceMode #192

alabotski opened this issue Jan 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@alabotski
Copy link

I modify your test build.gradle file

plugins {
    id 'org.gretty' version '2.3.1'
    id 'com.devsoap.vaadin-flow' version '1.0.0.RC7'
}

repositories {
    vaadin.prereleases()
    vaadin.addons()
}

vaadin {
    productionMode false
    submitStatistics false

    version '13.0.0.alpha3'
    
    autoconfigure()
}

gretty {
    servletContainer = 'tomcat8'
    jacocoEnabled = false
    inplaceMode = 'hard'
}

dependencies {
    implementation vaadin.bom()
    implementation vaadin.platform()
}

So now, when I have such string inplaceMode = 'hard'
I can't download my own CSS styles.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants