Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermeyer committed Jan 27, 2021
1 parent 50e58e1 commit d751246
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ phx_tailwind_generators-*.tar

# Temporary files for e.g. tests
/tmp

# macOS
.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A scaffold generator for new resources which uses [Tailwind CSS](https://tailwindui.com) and not the default [Milligram](https://milligram.io).

If you already have a Tailwind system up and running within your Phoenix application than you just have to add `{:phx_tailwind_generators, "~> 0.1.3"}` to your `mix.exs` and run a `mix deps.get` to get access to the `mix phx.gen.tailwind Blog Post posts title body:text` generator.
If you already have a Tailwind system up and running within your Phoenix application than you just have to add `{:phx_tailwind_generators, "~> 0.1.4"}` to your `mix.exs` and run a `mix deps.get` to get access to the `mix phx.gen.tailwind Blog Post posts title body:text` generator.

If you don't have a Tailwind setup yet ... I have you covered. And yes, you can use this Howto even if you don't want to use the generator.

Expand Down Expand Up @@ -141,7 +141,7 @@ by adding `phx_tailwind_generators` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:phx_tailwind_generators, "~> 0.1.3"}
{:phx_tailwind_generators, "~> 0.1.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PhxTailwindGenerators.MixProject do
def project do
[
app: :phx_tailwind_generators,
version: "0.1.3",
version: "0.1.4",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
Binary file removed priv/.DS_Store
Binary file not shown.
Binary file removed priv/templates/.DS_Store
Binary file not shown.
16 changes: 0 additions & 16 deletions priv/templates/phx.gen.tailwind/tailwind_helper.ex

This file was deleted.

0 comments on commit d751246

Please sign in to comment.