Skip to content

Commit

Permalink
Updated example to have comment about libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and dignifiedquire committed Jul 13, 2015
1 parent 7ed6be7 commit 6a9df4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/config/02-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Here is a complete example showing the different options possible:
```javascript
files: [

// Detailed pattern to include a file. Similarly other options can be used
{ pattern: 'lib/angular.js', watched: false },
// Prefer to have watched false for library files. No need to watch them for changes

// simple pattern to load the needed testfiles
// equal to {pattern: 'test/unit/*.spec.js', watched: true, served: true, included: true}
'test/unit/*.spec.js',
Expand Down

0 comments on commit 6a9df4a

Please sign in to comment.