From 7b7e7b96f28ce89b91d7e44fd2e00e1a568e943e Mon Sep 17 00:00:00 2001 From: Jacques Letesson Date: Wed, 15 Apr 2015 17:33:52 +0200 Subject: [PATCH] The task "bower" is deprecated The task "bower" is deprecated for grunt-bower-requirejs. Use "bowerRequirejs" instead --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b633db7..dc32741 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -127,9 +127,9 @@ module.exports = function(grunt) { }, // Bower task sets up require config - bower : { - all : { - rjsConfig : 'js/global.js' + bowerRequirejs: { + target: { + rjsConfig: 'js/global.js' } },