Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
eric1iu opened this issue Jan 23, 2015 · 1 comment
Closed

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

eric1iu opened this issue Jan 23, 2015 · 1 comment
Labels
Milestone

Comments

@eric1iu
Copy link

eric1iu commented Jan 23, 2015

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'
@JaKXz
Copy link
Collaborator

JaKXz commented Mar 8, 2015

This is fixed by #761.

@JaKXz JaKXz added the bug label Mar 8, 2015
@Awk34 Awk34 modified the milestones: 2.3.0, 2.2.0 Jul 15, 2015
@Awk34 Awk34 closed this as completed Jul 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants