[grunt/build] allow require to find all needed packages

This commit is contained in:
Spencer Alger 2014-12-03 09:42:46 -07:00
parent d9d9b17272
commit 059d5cd7c1

View file

@ -12,9 +12,7 @@ module.exports = function (grunt) {
'../config',
'text!config'
],
include: [
'controllers/kibana'
]
include: []
}
],