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

improve the development turnaround with IE11 and the flow-maven-plugin #3510

Closed
vlukashov opened this issue Feb 8, 2018 · 1 comment
Closed

Comments

@vlukashov
Copy link

As a developer, I want to have a 'development mode' support for IE11. Currently the flow-maven-plugin does not offer that option. The only way to test the app in IE11 is to run a full production build which is way too slow.

When using bower and polymer CLI it was possible to run only the transpilation step (skip minification and bundling). and just reload the page after modifying an HTML template. (Yes, I had to find the place where the transpiled templates end up, and modify them there). With the flow-maven-plugin the only way to apply changes that I know of is to run a full rebuild which means around 5 minutes to see the effects of a style change.

Some specific requirements:

  • config property to disable minification
  • serve from the filesystem or having incremental build (to have a really quick update cycle when changing a single HTML file)
@vlukashov vlukashov changed the title improve the developer turnaround with the flow-maven-plugin for IE11 improve the developer turnaround with IE11 and the flow-maven-plugin Feb 8, 2018
@vlukashov vlukashov changed the title improve the developer turnaround with IE11 and the flow-maven-plugin improve the development turnaround with IE11 and the flow-maven-plugin Feb 8, 2018
@Artur-
Copy link
Member

Artur- commented Nov 7, 2019

Development mode works for IE11 in V14

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

3 participants