[jbosstools-issues] [JBoss JIRA] (JBIDE-20745) Livereload doesn't work stable with CordovaSim / BrowserSim

Max Rydahl Andersen (JIRA) issues at jboss.org
Tue Sep 22 05:20:00 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-20745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13111160#comment-13111160 ] 

Max Rydahl Andersen commented on JBIDE-20745:
---------------------------------------------

i would split this into two separate issues. The security issue and the small file issues since the security issue we can't really fix on our side since requires cordava/ionic side changes as I understand it ?



> Livereload doesn't work stable with CordovaSim / BrowserSim
> -----------------------------------------------------------
>
>                 Key: JBIDE-20745
>                 URL: https://issues.jboss.org/browse/JBIDE-20745
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: browsersim, cordovasim, livereload
>    Affects Versions: 4.3.0.CR1
>            Reporter: Ilya Buziuk
>            Assignee: Ilya Buziuk
>            Priority: Critical
>             Fix For: 4.3.1.Final
>
>
> Steps to reproduce:
> 1) create default THYM project
> 2) enable Livereload server
> 3) run THYM project on CordovaSim 
> 4) edit index.html and save changes
> ERROR: refresh is not happening on Cordovasim 
> Basically the things with Livereload are getting even more weird.
> In order to make it work one nee to remove the following meta tag from index.html:
> {code}
>         <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">
> {code}
> However, it seems that Livereload stopped working on simple pages like:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
>        <title>Insert title here</title>
> </head>
> <body>
>         <h1>Hello World</h1>
> </body>
> </html>
> {code} 
> But at the same time it works fine with some complex projects like  & https://github.com/ibuziuk/cordovasim-demo



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list