JC Brand 12 anni fa
parent
commit
3110cda38b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -95,7 +95,7 @@ module.exports = function(grunt) {
         var done = this.async();
         var child_process = require('child_process');
         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) {
                 if (err) {
                     grunt.log.write('build failed with error code '+err.code);