plwalters / aurelia-bs-modal

DEPRECATED - Aurelia plugin for bootstrap modal
MIT License
17 stars 16 forks source link

aurelia-bundler not bundling modal files #24

Open rmbl opened 8 years ago

rmbl commented 8 years ago

There seems to be a problem when using aurelia-bundler to bundle all js and html files. It only includes the index.js file for the aurelia-bs-modal plugin and still needs to load all the other html and js files.

This could also be a problem with aurelia-bundler but it works for other plugins I use (like aurelia-computed which imports all js files in the index.js).