joliss / broccoli-static-compiler

This Broccoli compiler copies static files.
MIT License
13 stars 12 forks source link

Latest broccoli-static-compiler uses the broccoli .read / .rebuild API, which is deprecated. #18

Open mileslane opened 5 years ago

mileslane commented 5 years ago

[API] Warning: The .read and .rebuild APIs will stop working in the next Broccoli version [API] Warning: Use broccoli-plugin instead: https://github.com/broccolijs/broccoli-plugin [API] Warning: Plugin uses .read/.rebuild API: StaticCompiler

StaticCompiler: The .read/.rebuild API is no longer supported as of Broccoli 1.0. Plugins must now derive from broccoli-plugin. https://github.com/broccolijs/broccoli/blob/master/docs/broccoli-1-0-plugin-api.md

rwjblue commented 5 years ago

This package is deprecated in favor of using broccoli-funnel instead. The best path to fixing is to find out which packages are depending on this library and update them to use broccoli-funnel.