anglepoised/assemble-boilerplate

Watch task doesn't copy scripts on change

anglepoised opened this issue · 0 comments

watch.js has:

tasks: [
  'newer:jshint:scripts',
  'newer:jsbeautifier:scripts',
  'newer:jscs:scripts',
]

needs:

tasks: [
  'newer:jshint:scripts',
  'newer:jsbeautifier:scripts',
  'newer:jscs:scripts',
  'newer:copy:scripts',
]