[AC-2402] Alloy CLI can not generate views in a subfolder
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-06-18T18:13:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Ketan Majmudar |
Assignee | Tony Lukasavage |
Created | 2013-06-18T15:21:33.000+0000 |
Updated | 2016-03-08T07:41:26.000+0000 |
Description
If you try to generate a view via the CLI it will only work on views that are to be generated at the root eg.
alloy generate view foo
if you try to generate a view within a subfolder, it fails:
alloy generate view foo/bar
The same is not the case with the generating controllers, the following will work:
alloy generate controller foo/bar
This is an error, there was a typ when I first tested it, this is not a bug and the ticket needs to be closed/deleted. Sorry guys. Ket