Skip to content

Commit

Permalink
Fixes sintaxi#400
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed May 23, 2015
1 parent c171bbb commit baefeb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ var willCollide = exports.willCollide = function(projectPath, outputPath){
*/
if ([path.sep, "C:\\"].indexOf(outputPath) !== -1) result = true

/**
* For #400
*/
if (projectPath === outputPath) result = true

return result
}

Expand Down

0 comments on commit baefeb2

Please sign in to comment.