Sergey Chikuyonok
Sergey Chikuyonok
This is intentional behaviour so users can play around with different presets and devices.
Do you have most recent version of plugin? I’ve fixed similar issue recently: it tries to append `.js` extension for Node module names.
If it can’t find `./utils` file, it will try `./utils.js`: https://github.com/emmetio/sublime-tern/blob/master/tern.py#L159 Make sure you’ve configured your project properly, as described in http://emmet.io/blog/sublime-tern/
Should be fixed in 2.1.7
Re:view loads a fresh copy of document in each view so you have to make changes like that in view iframes. I’m working on sync CSS update between views right...
If these classes are based device features (width, resolution etc.) it’s possible to override them in Device Wall mode. I just need a few examples of these features. Option for...
Well, there’s actually no way to guarantee that content cloning will work. It’s possible to copy DOM from one frame into another, but since the origin of the document will...
> I'm assuming (by your reply), that this plugin actually just creates new browser instances with different viewports? No, it simply creates iframes with the same URL. It’s not possible...
It should work even if you navigate inside views but with some exceptions: may not work if you’re on `file://`URLs or if you navigate to different domain
OK, thanks for detailed description, will check it out soon