[esvm] put esvm behind a flag

This commit is contained in:
Spencer Alger 2014-10-28 12:32:24 -07:00
parent c21c5c3747
commit cbb1c0064c
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ module.exports = function (grunt) {
options: {
version: '^1.4',
plugins: [
'elasticsearch/marvel/latest',
'mobz/elasticsearch-head'
]
},

View file

@ -11,7 +11,7 @@ module.exports = function (grunt) {
'watch'
];
if (grunt.option('no-es')) {
if (!grunt.option('es')) {
_.pull(tasks, 'esvm:dev');
}