Skip to content

Commit

Permalink
Merge pull request #1472 from anshbansal/patch-1
Browse files Browse the repository at this point in the history
Updated example to have comment about libraries
  • Loading branch information
dignifiedquire committed Jun 27, 2015
2 parents 5048d14 + a5aade7 commit 211939f
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 @@ -53,6 +53,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 211939f

Please sign in to comment.