Skip to content

Commit

Permalink
Update client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 20, 2020
1 parent f134074 commit 8dc62db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ composer require --dev unglue/client

Afterwards the bin file is available in `vendor/bin/unglue`.

> The clinet is also availabel as phar file, this can be useful for pipelines: `wget -O unglue.phar https://github.com/unglue-workflow/client/raw/master/unglue.phar` make it executable `chmod +x unglue.phar` and run `./unglue.phar compile`.
## Config file

The `.unglue` files are the place where the magic happens. Depending on the file name (e.g `main.unglue`) this is what your output will look like (e.g. `main.css` and/or `main.js`). The unglue files must be stored as valid json, and currently contains the following sections:
Expand Down

0 comments on commit 8dc62db

Please sign in to comment.