go-blueprint
go-blueprint copied to clipboard
make tailwind should be called tailwind-install instead #326
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Problem/Feature
The make tailwind command should be renamed to make tailwind-install for better clarity. See issue #326 for details.
Description of Changes
- Updated the Makefile template (
makefile.tmpl) to replace tailwind with tailwind-install.
Checklist
- [x] I have reviewed my changes thoroughly.
- [x] I have updated the relevant documentation (refer to issue ticket #326).
Test Cases
- Verified the updated Makefile includes the
tailwind-installtarget. - Executed
make tailwind-installto confirm it works as expected and outputstailwindcss. - Executed
make buildto ensure the overall build process works without issues.