Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonpecora committed Apr 15, 2015
1 parent 0e29460 commit c3bfa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function getName(filePath) {
return _.last(_.dropRight(path.dirname(filePath).split(path.sep)));
}

// src/foo/styles/a.css -> src/foo
// foo -> src/foo/styles
function getFolder(parentName) {
return path.join('src', parentName, 'styles');
}
Expand Down

0 comments on commit c3bfa48

Please sign in to comment.