Skip to content
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

New project build fails with missing slugify #15

Open
rpavlik opened this issue Dec 4, 2014 · 2 comments
Open

New project build fails with missing slugify #15

rpavlik opened this issue Dec 4, 2014 · 2 comments

Comments

@rpavlik
Copy link

rpavlik commented Dec 4, 2014

I followed all the steps to create a new project with grunt-init assemble, followed by npm, bower installs, and an initial grunt run. I then removed the one-time targets from grunt, and running grunt again gave this error:

Running "assemble:example" (assemble) task
Assembling _gh_pages/about.html OK
Assembling _gh_pages/index.html ERROR
Warning: Missing helper: 'slugify' Use --force to continue.

Aborted due to warnings.

I touched the very least I could while following the directions to get here. Latest (as of today) versions of everything on Win8.1.

Worked around with npm i helper-slugify --save-dev followed by adding the line

  - handlebars-helper-slugify

to the helpers: portion of _config.yml

@pburtchaell
Copy link

@rpavlik This project is deprecated. You should use assemble/generator-assemble to start Assemble projects instead.

@rpavlik
Copy link
Author

rpavlik commented Dec 4, 2014

Ah. That was very much not clear from the documentation - I hit "quick start", which then tells me there's a quicker way to do things and pointed me here.

Perhaps I'm just not up on Node.JS enough to grasp the unstated assumptions, but it seemed like there were a lot of gaps like this in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants