cmichaelgraham / aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions
MIT License
144 stars 52 forks source link

How to get to plugins #37

Open csrow opened 9 years ago

csrow commented 9 years ago

Since all modules are contained in a bundle, how does one specify a plugin module?

I was trying to add 'aurelia-animator-css' plugin but since it's located within the aurelia-bundle, I am not sure how to point to it.

Would I have to bring in a copy of separate module just to be able to include it as a plugin?