Skip to content

Commit

Permalink
Add only dev to live_reload dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 2, 2015
1 parent aa0e583 commit 2dec4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/new/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule <%= application_module %>.Mixfile do
[<%= phoenix_dep %>,<%= if ecto do %>
{:phoenix_ecto, "~> 0.3"},
{<%= inspect adapter_app %>, ">= 0.0.0"},<% end %>
{:phoenix_live_reload, "~> 0.3"},
{:phoenix_live_reload, "~> 0.3", only: :dev},
{:cowboy, "~> 1.0"}]
end
end

0 comments on commit 2dec4be

Please sign in to comment.