Skip to content

Commit

Permalink
docs(readme): cleanup path note
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 15, 2018
1 parent acc7ade commit 3476372
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 @@ -49,7 +49,7 @@ module.exports = function(config) {

If you set the `sourceMap` coffee compiler option to `true` then the generated source map will be inlined as a data-uri.

Note that paths like "**/*.coffee" inside your "preprocessor" list will not match files where you are traversing up a directory (like "../app/*.coffee" inside your "files" list) or where your basePath goes up a directory. If you need to match these, use something like `preprocessors: { '../**/*.coffee': ['coffee'] }`.
> **Note:** Paths like `**/*.coffee` inside your `"preprocessor"` list will not match files where you are traversing up a directory (like `../app/*.coffee` inside your `"files"` list) or where your `basePath` goes up a directory. If you need to match these, use something like `preprocessors: { '../**/*.coffee': ['coffee'] }`.
----

For more information on Karma see the [homepage].
Expand Down

0 comments on commit 3476372

Please sign in to comment.