You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
Thank you very much for creating generator-yeogurt. Looks like the generator is very well designed. I ran into a small issue. The file name in module/index.js is crated without out _.slugify (line 62):
this.name = this.name.split('/').slice(-1)[0];
However, the import statement in module/templtes/module.test.js uses _.slugify and toLowerCase (line 4)
var <%= _.classify(name) %> = require('../<%= _.slugify(name.toLowerCase()) %>');
resulting in failing unit test.
Would you please look into the issue. Thank you very much.
The text was updated successfully, but these errors were encountered:
@larsonjj, thanks for the update. I ran into some problem after submitting the PR, did not take the time to track down the problem, hope v2 fixes the problem (what ever it is). I will relook at yeogurt.
On Feb 27, 2017, at 1:48 AM, Jake Larson ***@***.***> wrote:
Hey @saun4app,
v2.0.0 was just released. Could you check and see if fixes your issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@larsonjj,
Thank you very much for creating
generator-yeogurt
. Looks like the generator is very well designed. I ran into a small issue. The file name inmodule/index.js
is crated without out_.slugify
(line 62):However, the
import
statement inmodule/templtes/module.test.js
uses_.slugify
andtoLowerCase
(line 4)resulting in failing unit test.
Would you please look into the issue. Thank you very much.
The text was updated successfully, but these errors were encountered: