diff --git a/Gruntfile.js b/Gruntfile.js index b8eec6d4..7f0f1c36 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,6 +72,7 @@ module.exports = function (grunt) { {expand: true, src: 'index.html', dest: '<%- sitePath %>/<%- pkg.version %>/'}, {expand: true, src: 'config.js', dest: '<%- sitePath %>/<%- pkg.version %>/'}, {expand: true, src: 'ng2-material/**/*', dest: '<%- sitePath %>/<%- pkg.version %>/'}, + {expand: true, src: 'coverage/**/*', dest: '<%- sitePath %>/<%- pkg.version %>/'}, {expand: true, src: 'dist/*.*', dest: '<%- sitePath %>/<%- pkg.version %>/'}, { expand: true, diff --git a/examples/app.html b/examples/app.html index 989e755e..cfb0a8ad 100644 --- a/examples/app.html +++ b/examples/app.html @@ -14,8 +14,8 @@

Getting Started

- There are many examples on this page. Here's a - Plunkr Template. + There are many examples on this page. Here's the test coverage report, and a + plunkr template to get you going.