Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve new JIT-compatible CLI #4558

Merged
merged 22 commits into from Jun 4, 2021
Merged

Improve new JIT-compatible CLI #4558

merged 22 commits into from Jun 4, 2021

Commits on Jun 3, 2021

  1. WIP

    adamwathan committed Jun 3, 2021
    Copy the full SHA
    f75e0ec View commit details
    Browse the repository at this point in the history
  2. improve help output

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    d0ac3c7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dad8a3b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3988096 View commit details
    Browse the repository at this point in the history
  5. add --no-autoprefixer support

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    4267688 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7e68a7b View commit details
    Browse the repository at this point in the history
  7. handle crashing --config option

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    6dc3807 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    659e948 View commit details
    Browse the repository at this point in the history
  9. init to custom path

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    4d6781f View commit details
    Browse the repository at this point in the history
  10. add ability to write to stdout

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    7822ffc View commit details
    Browse the repository at this point in the history
  11. detect tailwindcss > output.css

    By default when you just run `tailwindcss` it will print the help
    message. If you run `tailwindcss build` it will print to stdout, and
    thus you can do `tailwindcss build > output.css`. However, we want just
    `tailwindcss` to be able to compile as well. This means that:
    
    - `tailwindcss` will print the help text
    - `tailwindcss > output.css` will actually compile and write to the
      file.
    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    f3e7b6f View commit details
    Browse the repository at this point in the history
  12. warn when not using -i flag

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    e5d8fae View commit details
    Browse the repository at this point in the history
  13. lazy load autoprefixer

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    ca36176 View commit details
    Browse the repository at this point in the history
  14. make --minify work

    This uses `cssnano`, and is also lazy loaded when you are passing the
    `--minify` flag.
    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    f856c48 View commit details
    Browse the repository at this point in the history
  15. bundle cli peer dependencies

    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    6026e7c View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    4229157 View commit details
    Browse the repository at this point in the history
  17. fix name in jest output

    Copy & paste error!
    RobinMalfait authored and adamwathan committed Jun 3, 2021
    Copy the full SHA
    0d19bed View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Copy the full SHA
    dd2265d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    96cc6d4 View commit details
    Browse the repository at this point in the history
  3. Style

    adamwathan committed Jun 4, 2021
    Copy the full SHA
    53aed6b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    559dbfc View commit details
    Browse the repository at this point in the history
  5. Don't warn during tests

    adamwathan committed Jun 4, 2021
    Copy the full SHA
    3f70c51 View commit details
    Browse the repository at this point in the history