Osman Gormus
Osman Gormus
Thank you @pjcdawkins. This is very helpful.
From the [Fish official documentation](https://fishshell.com/docs/current/tutorial.html#tut_path) on `$PATH`: `set -U fish_user_paths /usr/local/bin $fish_user_paths` So, for Platform CLI: `set -U fish_user_paths /Users/USERNAME/.platformsh/bin $fish_user_paths` Example here uses the `-U` flag for universal, rather...
+1 I would love to be able to process the manifest file name through _filerev_ via _useminPrepare_. ``` html ... ```
It's a real good suggestion, and I probably will use it for some other projects, thank you for sharing. Unfortunately though that doesn't help resolving my issue. I was looking...