Skip to content

typo in Gruntfile cause *.spec.js changes trigger livereload #793

@eric1iu

Description

@eric1iu

In Gruntfile.js livereload section,

livereload: {
  files: [
  ...
  '!{.tmp,<%%= yeoman.client %>}{app,components}/**/*.spec.js',

miss a slash, should be

 '!{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.spec.js'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions