johnpapa / gulp-patterns

Playground for Gulp Recipes
500 stars 146 forks source link

Running gulp commands is changing source files #70

Closed nareshbhatia closed 9 years ago

nareshbhatia commented 9 years ago

Great project - I am finding it very useful to learn gulp best practices.

It seems that running gulp commands is changing source files. For example:

  1. gulp serve-dev is changing src/client/index.html.
  2. gulp serve-specs is changing src/client/specs.html.

Is this intentional?

johnpapa commented 9 years ago

yep

nareshbhatia commented 9 years ago

Ah, I see that it is the wiredep injection that's doing it. Personally it bothers me that it moves the lines around everytime it runs - makes me feel that I have changed something in source.

wardbell commented 9 years ago

That is a PITA. I'd like to see them fix that.

johnpapa commented 9 years ago

consistency would be nice. open a github issue with it.