diff options
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/Gruntfile.js b/Gruntfile.js index 6d0395fb..af04aca8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -106,7 +106,9 @@ module.exports = function(grunt) {        bower: {          command: 'node ./node_modules/bower/bin/bower install',          options: { -            stdout: false +            stdout: true, +            stderr: true, +            failOnError: true          }        }      }, @@ -116,7 +118,7 @@ module.exports = function(grunt) {        scenario: {          dest: 'build/angular-scenario.js',          src: [ -          'components/jquery/jquery.js', +          'bower_components/jquery/jquery.js',            util.wrap([files['angularSrc'], files['angularScenario']], 'ngScenario/angular')          ],          styles: { | 
