gingerhendrix / broccoli-browserify

Browserify plugin for Broccoli
9 stars 23 forks source link

Use writer instead of transform #5

Closed mjackson closed 10 years ago

mjackson commented 10 years ago

broccoli-transform is deprecated and it is recommended to use broccoli-writer instead. This PR makes the change and improves consistency in spacing and variable/function naming. It also removes an unnecessary (and in some cases harmful) dependency on the broccoli module.

gingerhendrix commented 10 years ago

Thanks very much for this, broccoli seems to be a fast moving target and I don't think I would have caught up myself.

mjackson commented 10 years ago

@gingerhendrix Thank you!