tkadlec / grunt-perfbudget

Grunt task for performance budgeting.
MIT License
856 stars 37 forks source link

Standalone node module #5

Open adam-lynch opened 10 years ago

adam-lynch commented 10 years ago

It would be great if this was its own module, without the Grunt dependency. It could be then used as is or other modules could be created to simply wrap it in code specific to any build system (Grunt, Gulp, Broccoli, etc.), if even required. Take most Gulp plugins for example; they're only about 20 something lines long and there are plenty modules out there that are compatible with Gulp without any effort, see gulp-browser-sync. Overall, it would make this much more usable / pluggable and accessible.

tkadlec commented 10 years ago

Definitely a fan of this! I'm all for finding a way to make it useful for a larger audience. Given the large number of people asking about using it with Gulp, I think it makes sense to tackle this sooner, rather than later.

I'll do some digging here and get it rolling.

christianhaller commented 10 years ago

would be great

lukasoppermann commented 9 years ago

Any news on this?

travi commented 9 years ago

It looks like this project went down this path.

stefanjudis commented 9 years ago

Is pretty much ongoing. :)

https://github.com/oliverfarrell/perfbudget

Feedback on it is more than welcome. :bowtie: