Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thewalkingtoast/foobarz
https://github.com/thewalkingtoast/foobarz
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thewalkingtoast/foobarz
- Owner: thewalkingtoast
- Created: 2022-02-21T19:15:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T19:15:17.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T02:04:55.067Z (2 months ago)
- Language: Ruby
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Run `docker-compose up` and notice that the single `css` service exits with:
```shell
yarn run v1.22.17
$ tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify --watch
css_1 | /bin/sh: 1: tailwindcss: not found
error Command failed with exit code 127.
```Then run `docker run -ti mbp bash` followed by `yarn build:css --watch` and notice it works.