Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

The task "bower" is deprecated #151

Open
wants to merge 1 commit into
base: template
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
},

Expand Down