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 style.json files from settings of config.yml
Options
--compact-output minify output JSON file.
We can just run charites style build which use settings in config.yml or charites style build <source> [destination] like the sample below. The default [destination] value is build/.
charites style build style.yml style.json
The text was updated successfully, but these errors were encountered:
charites style build
It will build
style.json
files from settings of config.ymlOptions
--compact-output
minify output JSON file.We can just run
charites style build
which use settings inconfig.yml
orcharites style build <source> [destination]
like the sample below. The default[destination]
value isbuild/
.The text was updated successfully, but these errors were encountered: