Skip to content

Commit

Permalink
Merge pull request #200 from advectus/advectus-task-enhancement
Browse files Browse the repository at this point in the history
Fail rake task when bower isn't installed
  • Loading branch information
SergeyKishenin authored Aug 23, 2016
2 parents a2fe55c + b00e3a1 commit 874142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bower-rails/performer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def perform(remove_components = true, &block)
$stderr.puts ["Bower not found! You can install Bower using Node and npm:",
"$ npm install bower -g",
"For more info see http://bower.io/"].join("\n")
return
exit 127
end

if entries.include?('Bowerfile')
Expand Down

0 comments on commit 874142c

Please sign in to comment.