-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
Che 7.27
-
devex docs #199 Mar 25-Apr 15
-
5
-
Undefined
https://github.com/eclipse/che/issues/19311
Steps to reproduce # Start a workspace from this devfile/repo in Che https://github.com/eclipse/che-docs
- Start the preview server
- open a file
- make a change
- no changes in the preview ... refreshing the preview page works
Expected behavior
changes should not need manual refresh of the preview view
Maybe configuring a proxy providing the right route to the livereload url could work:
{{gulp.task('server', function(){
connect.server({
root: ['www'],
port: 9000,
livereload: true,
middleware: function(connect, o) {
return [ (function()
)() ];
}
});}}