dliver 1.0.3+1 copy "dliver: ^1.0.3+1" to clipboard
dliver: ^1.0.3+1 copied to clipboard

Dart 1 only

Package for worck with LiveReload extension

LiveReload dart library - Dliver #

Makes server for work with liveReload extension

It can be activated with:

pub global activate dliver

and use it:

dliver start

Or in pubspec.yaml:

dependencies:
  dliver: "^1.0.3"

Import library:

import 'package:dliver/dliver.dart';

And create new Dliver:

main(){
  var dliver = new DLiver();
}

Make config/watch.yaml for extensions:

liveReload:
  - .html

by default watching .html and .css files

0
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Package for worck with LiveReload extension

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupid, watcher, yaml

More

Packages that depend on dliver