aurelia / html-import-template-loader

Use HTMLImport technology to load views.
MIT License
12 stars 4 forks source link

Loader causes Aurelia to NOT find HTML templates in bundle #15

Closed sebastiankr closed 7 years ago

sebastiankr commented 8 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: Using this plugin with the skeleton-navigation/skeleton-esnext/ breaks when the project is exported. Aurelia templates are not found in the bundle. Copying all *.html templates into the export/dist folder "fixes" the app.

Expected/desired behavior:

ardean commented 7 years ago

+1 same problem here :/

EisenbergEffect commented 7 years ago

Have you configured the bundler for html imports? There are special settings for that. You can read about that in the jspm bundler documentation: http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/bundling-jspm/8