Skip to content

Commit

Permalink
remove bad configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Romero committed Sep 17, 2016
1 parent da8d4d6 commit 6c32e4a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions dist/amd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ define(["exports", "./au-table", "./au-table-pagination", "./au-table-select", "
exports.configure = configure;
function configure(config) {
config.globalResources('./au-table', './au-table-pagination', './au-table-select', './au-table-sort');

configureHtmlResourcePlugin(config);
}

exports.AureliaTableCustomAttribute = _auTable.AureliaTableCustomAttribute;
Expand Down
2 changes: 0 additions & 2 deletions dist/commonjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ var _auTableSort = require("./au-table-sort");

function configure(config) {
config.globalResources('./au-table', './au-table-pagination', './au-table-select', './au-table-sort');

configureHtmlResourcePlugin(config);
}

exports.AureliaTableCustomAttribute = _auTable.AureliaTableCustomAttribute;
Expand Down
2 changes: 0 additions & 2 deletions dist/es2015/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {AutSortCustomAttribute} from "./au-table-sort";

export function configure(config) {
config.globalResources('./au-table', './au-table-pagination', './au-table-select', './au-table-sort');

configureHtmlResourcePlugin(config);
}

export {AureliaTableCustomAttribute, AutPaginationCustomElement, AutSelectCustomAttribute, AutSortCustomAttribute};
2 changes: 0 additions & 2 deletions dist/system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ System.register(["./au-table", "./au-table-pagination", "./au-table-select", "./
var AureliaTableCustomAttribute, AutPaginationCustomElement, AutSelectCustomAttribute, AutSortCustomAttribute;
function configure(config) {
config.globalResources('./au-table', './au-table-pagination', './au-table-select', './au-table-sort');

configureHtmlResourcePlugin(config);
}

_export("configure", configure);
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export function configure(config) {
'./au-table-select',
'./au-table-sort'
);

configureHtmlResourcePlugin(config);
}

export {
Expand Down

0 comments on commit 6c32e4a

Please sign in to comment.