mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Copy js and json files
This commit is contained in:
parent
1585a0b77d
commit
a8e142486e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ defmodule Mix.Tasks.LiveSvelte.ConfigureEsbuild do
|
|||
|
||||
Mix.Project.deps_paths(depth: 1)
|
||||
|> Map.fetch!(:live_svelte)
|
||||
|> Path.join("assets/copy/**/*{.js}")
|
||||
|> Path.join("assets/copy/**/*.{js,json}")
|
||||
|> Path.wildcard()
|
||||
|> Enum.each(fn file ->
|
||||
split = Path.split(file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue