go-blueprint icon indicating copy to clipboard operation
go-blueprint copied to clipboard

make tailwind should be called tailwind-install instead #326

Open pradytpk opened this issue 1 year ago • 0 comments

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-install target.
  • Executed make tailwind-install to confirm it works as expected and outputs tailwindcss.
  • Executed make build to ensure the overall build process works without issues.

pradytpk avatar Nov 21 '24 13:11 pradytpk