jit-grunt
jit-grunt copied to clipboard
JIT(Just In Time) plugin loader for Grunt.
Good day, This is my first help cry, cause I am stuck trying to run the Grunt build for my project, this is the error I have: jit-grunt: Plugin for...
I run a 'grunt clean:folder' for testing, with a minimal plugins installed comparing all installed package.json before ``` { "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^1.0.0", "load-grunt-config": "^0.19.2", "jit-grunt": "^0.10.0", "time-grunt":...
Hello I receiving the next error and I have no idea how to resolve it: `jit-grunt: Plugin for the "default" task not found. If you have installed the plugin already,...
cwd option: `Strong` --> `String`
when i try npm install -g jit-grunt it exits with the next warn: npm WARN [email protected] requires a peer of grunt@>=0.4.0 but none was installed. but grunt is already installed
I'm proposing a simple change in the error message below. "Task failed" does not reflect the cause of the problem because the task could not even be found. Background: I...
``` jit-grunt: Plugin for the "—-role=admin" task not found. If you have installed the plugin already, please setting the static mapping. See https://github.com/shootaroo/jit-grunt#static-mappings ```
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':...
I've added `jit-grunt` to my gruntfile and it works just fine however, if I rename one of my grunt tasks: ``` grunt.renameTask('concat_css', 'concatCss'); ``` The build fails: ``` >> Cannot...