Skip to content

Commit 284ada1

Browse files
committed
remove commented out code
1 parent 1009945 commit 284ada1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/scenic/assets/static.ex

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -192,21 +192,6 @@ defmodule Scenic.Assets.Static do
192192
# returns a boolean indicating if this module should
193193
# be recompiled
194194
def __mix_recompile__?() do
195-
# hash =
196-
# unquote(using_opts)
197-
# |> Keyword.get(:sources, ["assets"])
198-
# |> Enum.reduce([], fn
199-
# source, acc when is_bitstring(source) ->
200-
# [Path.wildcard("#{source}/**/*.{jpg,jpeg,png,ttf}") | acc]
201-
202-
# _, acc ->
203-
# acc
204-
# end)
205-
# |> List.flatten()
206-
# |> Enum.uniq()
207-
# |> :erlang.md5()
208-
209-
# hash != @paths_hash
210195
Scenic.Assets.Static.compile_assets?(
211196
library(),
212197
@paths_hash,

0 commit comments

Comments
 (0)