Disable marvel and refresh master on restart

Since marvel doesn't currently work with es 2.0 I'm disabling the plugin and adding `fresh: true` so that every time the esvm task is run it will refresh our master build.
This commit is contained in:
Spencer 2015-06-23 11:44:49 -07:00
parent 888be7afc1
commit 9ae53c3715

View file

@ -8,9 +8,7 @@ module.exports = function (grunt) {
options: { options: {
directory: directory, directory: directory,
branch: 'master', branch: 'master',
plugins: [ fresh: true,
'elasticsearch/marvel/latest'
],
config: { config: {
path: { path: {
data: dataDir data: dataDir