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

Static mapping not working #48

Open
kitsguru opened this issue May 11, 2016 · 1 comment
Open

Static mapping not working #48

kitsguru opened this issue May 11, 2016 · 1 comment

Comments

@kitsguru
Copy link

kitsguru commented May 11, 2016

I am using grunt-bump v0.8.0 with jit-grunt v0.10.0 & grunt 1.0.1 and getting an error for bump-only and bump-commit. bump by itself works fine.

gruntfile.js

    require('jit-grunt')(grunt)({
       'bump-only': 'grunt-bump',
       'bump-commit': 'grunt-bump',
       customTasksDir: 'grunt-tasks'
    });

Error is

jit-grunt: Plugin for the "bump-only" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings

Warning: Task "bump-only" failed. Use --force to continue.

I have tried several variations of the static mappings but everyone results in the same error. I am using the example grunt-bump configuration.

see: vojtajina/grunt-bump#183

@reubent
Copy link

reubent commented May 13, 2016

We're seeing the same thing using the load-grunt-config plugin. I'm going to try reverting to the previous version in the interim.

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