HyperReload icon indicating copy to clipboard operation
HyperReload copied to clipboard

Rapid development of mobile apps in JavaScript

Results 14 HyperReload issues
Sort by recently updated
recently updated
newest added

It is possible to improve file scanning by using a file watcher. (Current scheme uses simple "polling" of file stat). Perhaps this is of interest: https://github.com/WebsiteDeveloper/bracketsFileWatcher https://github.com/DennisKehrig/brackets-v8-node-live https://github.com/DennisKehrig/brackets.ReloadInBrowser/blob/master/main.js https://github.com/shakyShane/browser-sync http://css-tricks.com/cross-browser-css-injection/

func

Some clients ([for example, Android 4.4](https://github.com/evothings/evothings-client/issues/71)), caches files such that they don't get reloaded when the workbench sends the "reload" signal. It was suggested that the problem be remedied by...

The attached screenshot shows an exception that should be caught by HyperReload if possible, to avoid having to restart the application. ![screen shot 2014-10-20 at 15 22 12](https://cloud.githubusercontent.com/assets/262591/4704930/93d16e18-5876-11e4-8c42-64913fe7f3ee.png)

bug

When running HyperReload from a Windows network path, like `\\MY-COMPUTER\HyperReload\`, there is a fatal node.js exception on startup. This is the log I get using node-webkit v0.11.2 and HyperReload commit...

bug

For example, if you have a project version-controlled by git, then making changes to files in the .git subdirectory causes reloads. To fix this, the server should keep track of...

bug

On Windows Phone, reloading when saving the document makes the page "small" (viewport is reset in some way). Findings: window.location.replace displays the correct viewport, e.g.: ``` window.location.replace('index.html') ``` But window.location.reload...

bug

Task is to add support for CoffeeScript to HyperReload. The purpose is to make it easy to use CoffeeScript for development of hybrid mobile apps. Would also be neat to...

func

Create a library named hyper.js that contains hyper.log mapped to console.log, and other functions. Move functionality from injected reloader script to hyper.js, to make functions available also when running code...

func