Steve Terpe

Results 6 issues of Steve Terpe

``` browserifyinc -p bundle-collapser/plugin foo.js ``` Doesn't have same behavior as ``` browserify -p bundle-collaper/plugin foo.js ``` I.e., the plugin doesn't seem to be applied.

It feels like something like this shouldn't break the gorilla compiler: ``` javascript if e and (e.source != this.global or e.origin != this.origin or e.data != this.token) return ``` Yet...

Any chance to have the linter as a pluginable piece or switch to eslint?

Default verbosity to off (only errors), which helps when using this with automated tools such as Overcommit.

So, was having an issue with grunt-contrib-watch not properly globbing the following exclusion: ``` javascript //Gruntfile.js watch: { js: { files: [ '/**/*.js', '!**/node_modules/**' ], tasks: ['dev'] } }, yeoman:...

More of a conceptual question, really. It feels like sorting should be done at the store layer which then fires the change event, and the component re-renders the data from...