Results 45 comments of Patrick Mowrer

I have, but it only allows a single setting across the whole app. On Thursday, November 19, 2015, Joel Arvidsson [email protected] wrote: > Hi @pmowrer https://github.com/pmowrer, > > Have you...

@nathanmarks We're seeing that same problem, though only for `npm link`ed modules.

Turns out this was our own fault. Due to our Browserify configuration mixed with `npm link`ed modules, the `browserify-ngannotate` transform was applied to the same files twice.

Not currently, but it should be fairly easy to implement. Something like: * Allow the `init` function to take an options object with a `specs` option. This option perhaps takes...

Like you pointed out, can't think of a reason why any recent changes would cause slower builds. Anyone else experience this?

Looks like the current implementation, referenced in @statianzo's https://github.com/statianzo/webpack-livereload-plugin/issues/28#issuecomment-269891061, reports all chunks to LiveReload on each compilation, no matter what has changed. Replacing this logic with the [a `changedFiles` array...

Sure thing! I'll remove the hash logic as well unless there's a good reason to keep it? (Referencing:) `(hash !== this.lastHash || !arraysEqual(childHashes, this.lastChildHash))`

I'm afraid I'll have to punt on this for now. Looks like live reloading of `` tags [isn't supported](https://github.com/mklabs/tiny-lr/issues/97), which makes this a pointless endeavor for us.