-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
language not being set #55
Comments
Your grunt looks good. Do you have a repo I can look at? |
Btw, what is this part for?
|
Not public code unfortunately. the I used --verbose to go through, and it looks like it's getting the settings properly, but that data's getting lost somewhere in the assemble task |
Here is the verbose log... it looks like it's trying to build things 3 times. I could see not needing that |
What I do instead of the |
That fixed it. |
Yes, it's kind of a work around to create a dynamic list of files. The `src: :!." is also a workaround for the fact that assemble (pre 0.6 anyways) requires a source declaration to be present. |
I've copied the info in various working examples but I'm still getting
The 'language' parameter is not defined
. I'm not totally sure where I should be check it.. I'm not calling the language variable directly like in #35. it's just by virtue of calling the Handlebars i18n helperMy assemble (0.4.3) task looks like this:
I have
data\i18n\fr.yml
anddata\i18n\en.yml
But I think maybe I'm missing a step
The text was updated successfully, but these errors were encountered: