acyort-server

2.4.0 • Public • Published

acyort-server

LiveReload Server for AcyOrt

Install

$ npm i acyort-server -S

Usage

add acyort-server to config.yml

# plugins, npm modules
plugins:
  - acyort-server

use

# default port 2222 
$ acyort server
 
# custom port 
$ acyort server -p 2222

it will listen templates files change, and reload page or css

get server status

// on AcyOrt workflow
module.exports = (acyort) => {
  acyort.workflow.register(function () {
    console.log(acyort.store.get('status', 'acyort-server'))
    /*
      {
        path: '...',
        event: '...'
      }
    */
  })
}

Test

# install AcyOrt 
$ npm i acyort -g
 
# install packages 
$ npm i
 
# start 
$ npm start

Package Sidebar

Install

npm i acyort-server

Weekly Downloads

1

Version

2.4.0

License

MIT

Unpacked Size

4.1 kB

Total Files

4

Last publish

Collaborators

  • loeify