|
@@ -55,7 +55,7 @@ module.exports = function(grunt) {
|
|
|
var done = this.async();
|
|
|
var child_process = require('child_process');
|
|
|
var exec = child_process.exec;
|
|
|
- exec('./node_modules/.bin/bower update && cd ./components/strophe && make normal && cd ../otr && npm install && make build',
|
|
|
+ exec('./node_modules/.bin/bower update && cd ./components/strophe && make normal',
|
|
|
function (err, stdout, stderr) {
|
|
|
if (err) {
|
|
|
grunt.log.write('build failed with error code '+err.code);
|