Skip to content

Commit

Permalink
feat(serve): Optionally use Webpack's polling watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun committed Feb 23, 2016
1 parent 37c09a6 commit e640f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/cliTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ var TASKS = [
'--nobuild|-i': {
boolean: true,
title: 'Do not run build before serve (v2)'
}
},
'--watch-poll': 'Use polling watcher (v2)'
},
module: './ionic/serve'
},
Expand Down

0 comments on commit e640f4c

Please sign in to comment.