laravel / pint

Laravel Pint is an opinionated PHP code style fixer for minimalists.
https://laravel.com/docs/pint
MIT License
2.78k stars 144 forks source link

Alternative blade formatter #257

Closed Jubeki closed 7 months ago

Jubeki commented 7 months ago

I saw your tweet yesterday: https://twitter.com/enunomaduro/status/1768748424852054470

Could not test, because I always get an error when I do the following:

./pint app:build pint
cp builds/pint ../test-pint-blade/vendor/bin
cd ../test-pint-blade
vendor/bin/pint

The Error: The provided cwd "test-pint-blade/vendor/node_sandbox" does not exist.

Same error happens when I build your current PR. (I think I build the binary wrong)

You can test with this, or revert it if it doesn't work in the end.

nunomaduro commented 7 months ago

We've already changed to this plugin.