We are happy to announce the new feature in Blisk browser: Auto-refresh. Auto-refresh closed beta testing is available with the last release: v.0.40.2490.71.
Auto-refresh lets developers and designers to be more productive by updating pages automatically. Every time you write the code and save changes - Blisk refreshes the tab(s). Thus, you will never lose your focus.
Auto-refresh works with domains. It means, that if you set up auto refreshing for http://localhost
, Blisk will refresh all URLs from domain automatically (e.g. http://localhost/sections/some-page
).
Auto-refresh works with different file formats. It means, that you can set up auto refreshing for any file, for example:
html
, css
, js
cshtml
, java
, php
, py
otf
, ttf
, woff
jpeg
, png
, svg
Auto-refresh works with folders. It means, that you can set up watcher for any local folder(s). Note, that watching a folder with many subfolders and files may affect the CPU load. It depends on your computer specs.
Using auto-refresh button:
Manual setting up:
blisk://setup
or click Blisk setup button (located to the right of the address bar)Auto-refresh
from the menuAdd new watcher
blisk://setup
Auto-refresh
from the menu.If you have at least one file watcher - it will be displayed in the watchers table. You can enable/disable any watcher by clicking toggle button, edit it or remove the watcher and stop auto refreshing the domain.
Learn more about Developer Mode, Development Domain, and Device Manager on Blisk Documentation.