Opened 5 years ago
Closed 2 years ago
#688 closed defect (invalid)
Autogenerate files for included plugins
Reported by: | pferreir | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | v1.2 |
Component: | General | Version: | 0.98-dev |
Keywords: | Cc: |
Description
Files such as the jsbuild config and the plugin list inside setup.py can be autogenerated using a simple list of plugins. The autogeneration script can then be run for example before the install and develop operations in setup.py.
Change History (3)
comment:1 Changed 5 years ago by jbenito
- Priority changed from normal to high
comment:2 Changed 3 years ago by jbenito
- Milestone changed from v1.0 to v1.2
- Priority changed from high to normal
comment:3 Changed 2 years ago by pferreir
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is no longer relevant, as meanwhile jsbuild has been replaced with webassets. Plugins can register at the global assets manager or use their own.
As for the plugins list, maybe it could be put in a separate file, but the list seems already pretty clear.