Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldaw committed Jan 18, 2017
1 parent def8450 commit 5de0eee
Show file tree
Hide file tree
Showing 30 changed files with 3,841 additions and 28,100 deletions.
10 changes: 0 additions & 10 deletions aurelia_project/aurelia.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,23 +137,13 @@
"path": "../node_modules/aurelia-fetch-client/dist/amd",
"main": "aurelia-fetch-client"
},
"jquery",
{
"name": "bootstrap",
"path": "../node_modules/bootstrap/dist",
"main": "js/bootstrap.min",
"deps": [
"jquery"
],
"exports": "$",
"resources": [
"css/bootstrap.css"
]
},
{
"name": "datatables",
"path": "../node_modules/datatables",
"main": "media/js/jquery.dataTables"
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions custom_typings/jquery.dataTables.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
interface JQuery{
dataTable(oSettings: any): JQuery;
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
</head>

<body aurelia-app="main">

<script type="text/javascript" src="https://cdn.datatables.net/v/dt/jq-2.2.4/dt-1.10.13/datatables.js"></script>
<script src="scripts/vendor-bundle.js" data-main="aurelia-bootstrapper"></script>
</body>
</html>
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,32 @@
"aurelia-cli": "^0.23.0",
"aurelia-testing": "^1.0.0-beta.2.0.0",
"aurelia-tools": "^0.2.2",
"autoprefixer": "^6.3.6",
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0",
"datatables.net": "^1.10.13",
"datatables.net-dt": "^1.10.13",
"event-stream": "^3.3.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed-in-place": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-notify": "^2.2.0",
"minimatch": "^3.0.2",
"through2": "^2.0.1",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3",
"event-stream": "^3.3.3",
"gulp-typescript": "^2.13.6",
"gulp-tslint": "^5.0.0",
"tslint": "^3.11.0",
"typescript": ">=1.9.0-dev || ^2.0.0",
"typings": "^1.3.0",
"gulp-postcss": "6.1.1",
"autoprefixer": "^6.3.6",
"gulp-typescript": "^2.13.6",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-typescript-preprocessor": "^0.2.1"
"karma-typescript-preprocessor": "^0.2.1",
"minimatch": "^3.0.2",
"through2": "^2.0.1",
"tslint": "^3.11.0",
"typescript": ">=1.9.0-dev || ^2.0.0",
"typings": "^1.3.0",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3"
}
}
622 changes: 586 additions & 36 deletions scripts/app-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/app-bundle.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5de0eee

Please sign in to comment.