Skip to content

Component name with same name as the app

Compare
Choose a tag to compare
@cherifGsoul cherifGsoul released this 26 Mar 19:41
· 12 commits to master since this release

Now the user is able to generate a component that has the same name as the app, for example, given an app named cms with src folder for the code:
donejs add component cms -> generates src/cms/cms.js

It is applicable to the component's folder too:
donejs add component cms/cms -> generates src/cms/cms/cms.js

#304