qualialabs / reval

Instant Meteor reloads
MIT License
98 stars 15 forks source link

Does this work with Meteor 1.4+? #22

Closed 1jerry closed 7 years ago

1jerry commented 7 years ago

I have no "</>" on my screen, and ctrl-click or ctrl-i does nothing, so I have no way of triggering the editor. but if I change my URL ad add /reval/edit shows a [blank] editor. Since there is no messages of any kind to give me a clue, I need help to track down what the issue could possibly be.

I had no errors adding the package, building my app, and no errors in the console. I see the qualia_reval.js files in my build. I am running on port 3000.

Using Chrome 61 on Windows 10 using Meteor version 1.4.2.3 with FlowRouter, ViewModel.

veered commented 7 years ago

Reval doesn't work on Windows (well the browser can be on windows, but the Meteor server has to be running on OSX or Linux). It wouldn't be all that hard to port it, but right now it relies on a few Unix-like command line utilities.

However, I am surprised that the "</>" icon is not showing up. Have you checked the DOM to see if it is there but hidden behind other elements?

1jerry commented 7 years ago

Since I have GNU Linux utilities installed and I an pretty good at tracking things down using Chrome debugger and process monitoring if I have a starting point, I thought I would give it a try. My landing page is pretty simple and there is nothing injected into the page and no triggers work from the keyboard, even though I see your code in the build folder. So since I have no messages about what the problem could be, I have no starting point to give you (or me) for figuring out the issue. If you don't have any other suggestions, I guess I start putting console.log's in your package's code. In that case it would be helpful to know what functions should be fired when starting up and/or rendering a page.

The version installed shows 0.0.5. Grepping the package I don't find the string "</>". The qualia_reval.js file is being loaded in a Githubissues.

  • Githubissues is a development platform for aggregating issues.