github.com/ngocphuongnb/tetua@v0.0.7-alpha/.realize.yaml (about)

     1  settings:
     2    legacy:
     3      force: false
     4      interval: 0s
     5  schema:
     6  - name: tetua
     7    path: .
     8    args:
     9      - run
    10    env:
    11      APP_ENV: development
    12    commands:
    13      install:
    14        status: true
    15        method: go build -o private/tmp/tetua.out main.go
    16      run:
    17        status: true
    18        method: private/tmp/tetua.out
    19    
    20    watcher:
    21      extensions:
    22      - go
    23      - jade
    24      - css
    25      - js
    26      scripts:
    27      - type: before
    28        command: go run ./packages/prebuild/prebuild.go
    29        output: true
    30      errorOutputPattern: mypattern   //custom error pattern
    31      paths:
    32      - /
    33      ignore:
    34        paths:
    35        - .git
    36        - .realize
    37        - editor
    38        - views
    39        - private
    40        - public/editor
    41        - packages/editor