• Y
    Do not generate unused components contents in `app:update` task · 58036402
    yuuji.yaginuma 提交于
    Currently, `app:update` generates all contents regardless of the
    component using in application.
    
    For example, even if not using Action Cable, `app:update` will generate
    a contents related to Action Cable. This is a little inconvenient.
    This PR checks the existence of the component and does not generate
    unnecessary contents.
    Can not check all options in this way. However, it will be able to
    prevent the generation of unnecessary files.
    58036402
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 1.4 KB