jit-grunt: Plugin for the "sprite" 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 "sprite" failed. Use --force to continue.
Aborted due to warnings.
module.exports = function(grunt) {
var path = require('path');
require('load-grunt-config')(grunt, {
configPath: path.join(process.cwd(), 'grunt/tasks'),
jitGrunt: {
staticMappings: {
sprite: 'grunt-spritesmith'
}
}
});
};