mtrutledge / generator-dnn

Yeoman generator to scaffold DNN / DotNetNuke Modules and Themes.
MIT License
17 stars 10 forks source link

Issue when module directory name contains dash(es) #18

Closed david-poindexter closed 6 years ago

david-poindexter commented 6 years ago

There is an issue when the module directory name contains a dash or dashes.

screencapture_ 2018-07-03 05 28 pm _1720

The workaround is to remove all dashes from the module directory name. It doesn't seem to matter if the parent directory for the module contains a dash or dashes.

screencapture_ 2018-07-03 05 30 pm _1721 screencapture_ 2018-07-03 05 31 pm _1722

mtrutledge commented 6 years ago

Thanks for reporting this David. I will take a look. Have a happy 4th of July!

Matt

On Jul 3, 2018, at 3:32 PM, nvisionative notifications@github.com wrote:

There is an issue when the module directory name contains a dash or dashes.

The workaround is to remove all dashes from the module directory name. It doesn't seem to matter if the parent directory for the module contains a dash or dashes.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mtrutledge commented 6 years ago

I have a fix for this I am testing. Should have a new release soon.

david-poindexter commented 6 years ago

Excellent - thanks @mtrutledge !

SkyeHoefling commented 6 years ago

@mtrutledge I was creating a new module today and noticed the same behavior for spaces. You may want to add that to your test case if you haven't already

mtrutledge commented 6 years ago

I haven’t had a issue with the spaces only before. I will double check before I push this fix up to make sure.

mtrutledge commented 6 years ago

This has been resolved in version 1.0.7 which will be published shortly.