Use Mix and sass, simplify image directories and remove duplicates
This commit is contained in:
parent
ad3bc4b0a2
commit
ff29fdeb71
216 changed files with 2921 additions and 1096 deletions
|
@ -58,7 +58,7 @@ touch .docksal/commands/phpunit
|
|||
|
||||
This will create a new, empty `.docksal/commands/phpunit` file, and now the `phpunit` command is now listed under "Custom commands" when we run `fin`.
|
||||
|
||||

|
||||

|
||||
|
||||
You can write commands with any interpreter. I’m going to use bash, so I’ll add the shebang to the top of the file.
|
||||
|
||||
|
@ -83,7 +83,7 @@ fin interprets lines starting with `##` as documentation - the first of which it
|
|||
|
||||
Now when I run it, I see the new description.
|
||||
|
||||

|
||||

|
||||
|
||||
Any additional lines are used as help text with running `fin help phpunit`. Here I’ll add an example command to demonstrate how to run it as well as some more in-depth text about what the command will do.
|
||||
|
||||
|
@ -100,7 +100,7 @@ Any additional lines are used as help text with running `fin help phpunit`. Here
|
|||
|
||||
Now when I run `fin help phpunit`, I see the new help text.
|
||||
|
||||

|
||||

|
||||
|
||||
## Adding some content
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue