You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will build icon sprite files from settings of config.yml
build icon sprite files (ex, icons.png, icons.json) from svg files.
Options
--name <sprite file name> sprite file name. (ex icons)
We can just run charites sprite build which use settings in config.yml or charites sprite build <source> [destination] like the sample below. The default [destination] value is build/.
charites sprite build asset/ public/ --name icons
The text was updated successfully, but these errors were encountered:
charites sprite build
It will build icon sprite files from settings of
config.yml
build icon sprite files (ex,
icons.png
,icons.json
) from svg files.Options
--name <sprite file name>
sprite file name. (exicons
)We can just run
charites sprite build
which use settings inconfig.yml
orcharites sprite build <source> [destination]
like the sample below. The default[destination]
value isbuild/
.The text was updated successfully, but these errors were encountered: