Improve Plugin Template
Closed this issue · 1 comments
meowsus commented
Is your feature request related to a problem? Please describe.
- The generated, namespaced asset directories are missing
admin
orstorefront
engine namespaces - The generated plugin's gemspec is malformed
- The generated version number is assumed to be beta, e.g.
0.1.0
Describe the solution you'd like
- Change asset directories from
app/assets/[TYPE]/[NAMESPACE]
toapp/assets/[TYPE]/workarea/[ENGINE]/[NAMESPACE]
- Align the final
end
properly in the resulting gemspec - Begin versioning at
1.0.0.pre
meowsus commented