Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(main): add notes on html import template loader plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 4, 2015
1 parent de9d078 commit aa9cf94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion config.js
Expand Up @@ -47,7 +47,6 @@ System.config({
"css": "github:systemjs/plugin-css@0.1.13",
"fetch": "github:github/fetch@0.9.0",
"font-awesome": "npm:font-awesome@4.4.0",
"text": "github:systemjs/plugin-text@0.0.2",
"github:aurelia/animator-css@0.15.0": {
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-templating": "github:aurelia/templating@0.14.1"
Expand Down
6 changes: 2 additions & 4 deletions src/main.js
Expand Up @@ -8,10 +8,8 @@ export function configure(aurelia) {
//Uncomment the line below to enable animation.
//aurelia.use.plugin('aurelia-animator-css');

//In the next release of Aurelia, this API will be removed.
//At that time, the text loader will become the default.
//Anyone wanting to use HTMLImports, will install the appropriate plugin.
aurelia.loader.useTextLoader();
//Anyone wanting to use HTMLImports to load views, will need to install the following plugin.
//aurelia.use.plugin('aurelia-html-import-template-loader')

aurelia.start().then(a => a.setRoot());
}

0 comments on commit aa9cf94

Please sign in to comment.