fxos-reloadcss

0.3.1 • Public • Published

fxos-reloadcss

Live-reload CSS in a FirefoxOS simulator, without reloading the app

Install

$ npm install fxos-reloadcss

Usage

var reloadcss = require('fxos-reloadcss');
 
reloadcss('manifest.webapp', function(err, result) {
  console.log('done!');
});
 
reloadcss('manifest.webapp').then(nextPromise);
 
reloadcss({
  manifestURL: 'manifest.webapp',
  port:8004
}, function(err, result) {
  console.log('done!');
});
 

Dependents (0)

Package Sidebar

Install

npm i fxos-reloadcss

Weekly Downloads

0

Version

0.3.1

License

ISC

Last publish

Collaborators

  • nicola