What is the canonical best practice to include dependancies that aren’t managed by Bower? For example, we user Redactor for WYSIWYG text areas. Being that Redactor is a commercial plugin and not open source, it’s not publicly available on Github.
I’d like to still be able to use an app.import()
statement in my Brocfile to take advantage of the Broccoli environment builds.