Skip to content

Commit

Permalink
Merge pull request #57 from qubithaze/performance
Browse files Browse the repository at this point in the history
Added option to exclue node_modules directory by default to help alle…
  • Loading branch information
cgmartin committed Mar 26, 2016
2 parents ee1aaeb + a74408a commit 651f502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/config-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ var log = require('connect-logger');
module.exports = {
injectChanges: false, // workaround for Angular 2 styleUrls loading
files: ['./**/*.{html,htm,css,js}'],
watchOptions: {
ignored: "node_modules"
},
server: {
baseDir: './',
middleware: [
Expand Down

0 comments on commit 651f502

Please sign in to comment.