Skip to content

Commit

Permalink
Updated .gitignore + fixed typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Rockai committed Apr 17, 2015
1 parent ff67ba8 commit 3932e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ lib/
.sass-cache/
.tmp/
.idea/
.bower/
2 changes: 1 addition & 1 deletion gulp/unit-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function runTestsRest (singleRun, service, options) {
client: {
hostname: options.hostname,
port: options.port
},
}
}))
.on('error', function (err) {
// Make sure failed tests cause gulp to exit non-zero
Expand Down

0 comments on commit 3932e9f

Please sign in to comment.