Closed nareshbhatia closed 9 years ago
yep
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.
That is a PITA. I'd like to see them fix that.
consistency would be nice. open a github issue with it.
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:
gulp serve-dev
is changingsrc/client/index.html
.gulp serve-specs
is changingsrc/client/specs.html
.Is this intentional?