stbutler11 / generator-design-studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renaming of component in gruntfile should be reflected in generated zip file

stbutler11 opened this issue · comments

It looks like the feature files are replaced in place. This means that the variables are only applied once. They should probably be put into a staging directory and then zipped.

It might also be a good idea to calculate the sdkNameLower variable from the sdkNameOneWord variable so the two variables don't need to be replaced.