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
Im templates there are a lot of duplicated code, for example:
//
// {{ module_info.name }}{{ module_info.file_name }}
// {{ module_info.project_name }}
//
// Created by {{ developer.name }} on {{ date }}.
// Copyright {{ year }} {{ developer.company }}. All rights reserved.
//
Looks like Liquid has this ability by design, should be really easy to implement. I'll investigate it closely and update one of our templates with partials.
Im templates there are a lot of duplicated code, for example:
Some tests files also need the same imports:
It would be great, if we could use some partials to generate duplicated parts of templates.
The text was updated successfully, but these errors were encountered: