We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, generator-mocha scaffolds Mocha so that Bower dependencies are loaded from parent folder, e.g.:
generator-mocha
<link rel="stylesheet" href="../bower_components/mocha/mocha.css">
causing tests to break since Bower components (by .bowerrc) reside at app/.
.bowerrc
app/
To resolve, follow-up/contribution is required at yeoman/generator-mocha#41.
The text was updated successfully, but these errors were encountered:
Dealt with in #49.
Sorry, something went wrong.
ain
No branches or pull requests
Currently,
generator-mocha
scaffolds Mocha so that Bower dependencies are loaded from parent folder, e.g.:causing tests to break since Bower components (by
.bowerrc
) reside atapp/
.To resolve, follow-up/contribution is required at yeoman/generator-mocha#41.
The text was updated successfully, but these errors were encountered: