File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ defmodule Scenic.Assets.Static do
191
191
# called every time compile is run.
192
192
# returns a boolean indicating if this module should
193
193
# be recompiled
194
+ @ doc false
194
195
def __mix_recompile__? ( ) do
195
196
Scenic.Assets.Static . compile_assets? (
196
197
library ( ) ,
@@ -199,7 +200,6 @@ defmodule Scenic.Assets.Static do
199
200
)
200
201
end
201
202
202
- # @library Scenic.Assets.Static.build(__MODULE__, unquote(using_opts))
203
203
@ library Scenic.Assets.Static . build! ( __MODULE__ , unquote ( using_opts ) )
204
204
def library ( ) , do: @ library
205
205
@@ -251,6 +251,7 @@ defmodule Scenic.Assets.Static do
251
251
end
252
252
253
253
# --------------------------------------------------------
254
+ @ doc false
254
255
# called during __mix_recompile__?() from the assets module
255
256
def compile_assets? ( library , paths_hash , opts ) do
256
257
assets_changed? ( paths_hash , opts ) || fix_cache? ( library , opts )
You can’t perform that action at this time.
0 commit comments