diff --git a/Gruntfile.js b/Gruntfile.js index 5d04e580..1ead7ec7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -226,9 +226,9 @@ module.exports = function (grunt) { options: { base: './', repo: 'https://' + repo, - message: 'publish README to gh-pages (cli)' + message: 'publish README and LICENSE to gh-pages (cli)' }, - src: ['README.md'] + src: ['README.md', 'LICENSE'] }, 'publish-docs': { options: { diff --git a/demos/advanced-grid-editable.html b/demos/advanced-grid-editable.html index 00e19a5f..98ec96f4 100644 --- a/demos/advanced-grid-editable.html +++ b/demos/advanced-grid-editable.html @@ -1,7 +1,7 @@
-diff --git a/demos/advanced-grid-selection.html b/demos/advanced-grid-selection.html index c1159e2d..8dace3cf 100644 --- a/demos/advanced-grid-selection.html +++ b/demos/advanced-grid-selection.html @@ -1,7 +1,7 @@
-diff --git a/demos/auto-filter.html b/demos/auto-filter.html index 605da4cb..40aa9790 100644 --- a/demos/auto-filter.html +++ b/demos/auto-filter.html @@ -1,7 +1,7 @@
-This demo features the auto-filter behaviour, the table is filtered as soon diff --git a/demos/columns-visibility.html b/demos/columns-visibility.html index b5ffde92..afbc9438 100644 --- a/demos/columns-visibility.html +++ b/demos/columns-visibility.html @@ -1,7 +1,7 @@
-This example features 3 date types and 2 numeric formatting for the currency diff --git a/demos/demo.html b/demos/demo.html index 641d0243..b6bf2924 100644 --- a/demos/demo.html +++ b/demos/demo.html @@ -1,7 +1,7 @@
-This demo features the filters visibility extension. diff --git a/demos/external-filters.html b/demos/external-filters.html index 81bded99..ec30e402 100644 --- a/demos/external-filters.html +++ b/demos/external-filters.html @@ -1,7 +1,7 @@
-This demo shows how generate the column filters in an external container. diff --git a/demos/filter-images.html b/demos/filter-images.html index 41efc2d2..4b274fa0 100644 --- a/demos/filter-images.html +++ b/demos/filter-images.html @@ -1,7 +1,7 @@
-This demo shows how to filter and sort a column containing images by using diff --git a/demos/filters-visibility.html b/demos/filters-visibility.html index 5699b3ad..f01bb304 100644 --- a/demos/filters-visibility.html +++ b/demos/filters-visibility.html @@ -1,7 +1,7 @@
-This demo features the filters visibility extension. diff --git a/demos/grid-layout.html b/demos/grid-layout.html index b979471a..fbd7997a 100644 --- a/demos/grid-layout.html +++ b/demos/grid-layout.html @@ -1,7 +1,7 @@
-With grouped and/or multi-line headers, to place the filters row at desired diff --git a/demos/linked-filters-disabled.html b/demos/linked-filters-disabled.html index 5c5e30a5..5dea73ca 100644 --- a/demos/linked-filters-disabled.html +++ b/demos/linked-filters-disabled.html @@ -1,7 +1,7 @@
-This demo features the refresh filters behaviour. In this mode, the diff --git a/demos/linked-filters.html b/demos/linked-filters.html index 936a29a2..ca3fa9d2 100644 --- a/demos/linked-filters.html +++ b/demos/linked-filters.html @@ -1,7 +1,7 @@
-This demo features the linked filters behaviour. In this mode, the drop-down diff --git a/demos/load-filters-on-demand.html b/demos/load-filters-on-demand.html index eeb39a81..745e2b60 100644 --- a/demos/load-filters-on-demand.html +++ b/demos/load-filters-on-demand.html @@ -1,7 +1,7 @@
-The filter options are loaded only when used for the first time. diff --git a/demos/pagination.html b/demos/pagination.html index 03a67983..8beb5315 100644 --- a/demos/pagination.html +++ b/demos/pagination.html @@ -1,7 +1,7 @@
-To take advantage of the RequireJs development workflow use the diff --git a/demos/requirejs.html b/demos/requirejs.html index 69214899..d6dc50c8 100644 --- a/demos/requirejs.html +++ b/demos/requirejs.html @@ -1,7 +1,7 @@
-This demo shows how to implement a theme roller. diff --git a/dist/starter.html b/dist/starter.html index bf5442db..4770bccd 100644 --- a/dist/starter.html +++ b/dist/starter.html @@ -1,10 +1,10 @@
-