Skip to content

Commit

Permalink
chore(grunt): updated grunt to exclude public files from watchlist
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Oct 9, 2018
1 parent 58fbe30 commit ab7e7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = function(grunt) {
files: [
'*.js',
'src/**/*.js',
'routes/**/*.js',
'plugins/**/*.js'
'plugins/**/*.js',
'!src/public/**/*.js'
],
tasks: ['express:web'],
options: {
Expand Down

0 comments on commit ab7e7fa

Please sign in to comment.