Commit 3110cda3 authored by JC Brand's avatar JC Brand

fix path to bower

parent b7ecf399
...@@ -95,7 +95,7 @@ module.exports = function(grunt) { ...@@ -95,7 +95,7 @@ module.exports = function(grunt) {
var done = this.async(); var done = this.async();
var child_process = require('child_process'); var child_process = require('child_process');
var exec = child_process.exec; var exec = child_process.exec;
exec('bower update && cd ./components/strophe && make normal', exec('./node_modules/.bin/bower update && cd ./components/strophe && make normal',
function (err, stdout, stderr) { function (err, stdout, stderr) {
if (err) { if (err) {
grunt.log.write('build failed with error code '+err.code); grunt.log.write('build failed with error code '+err.code);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment