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' } },