Dean Sofer

Results 135 issues of Dean Sofer

So this is my config: ``` js // Renames files for browser caching purposes filerev: { dist: { expand: true, cwd: '', src: [ 'script/**/*.js', 'style/**/*.css', 'img/**/*.{png,jpg,jpeg,gif,webp,svg}', 'font/**/*.ttf' ] }...

bug

I saw that another eslint plugin detects merely incorrect parameter order. It would be nice if this could be automatically fixed. You would have to ensure object properties are kept...

enhancement
help wanted

I use npm to manage my dependencies. Could you publish this package to the npm registry? It would make it a lot more streamlined to retrieve / update / manage...

It's kind of sketchy to have the difference between the official repo and this one be the absence of a trailing `s`. Any thought about changing the bower module name...

Right now a fairly brittle pattern is being used to recognize directives and controllers. This regex and related code should be expanded to be more versatile. Such as when passing...

Right now it's hardcoded to search .js and .htm(l) files. However if you want to traverse other file extensions it would be nice to specify in preferences.

Instead of parsing the entire file tree every single time an expansion is performed, it might be better to just index all directives and controllers (since there probably won't be...

Since you're making use of a history feature, it would be nifty if you could select multiple colors on the page at a time, and then go review them. What...

type: idea
comp: picker

I realize this may seem a bit OCD, but I actually made an API parser plugin for CakePHP (haven't made a disqus one yet though). I made use of an...

This isn't a critical issue, but I was in IRC and someone suggested that we update the plugin to utilize the [ui widget factory](http://ajpiano.com/widgetfactory/#slide1). I thought it may be worth...

Enhancement