diff --git a/gruntfile.js b/gruntfile.js index 0f061e2..9fbdc80 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -97,7 +97,7 @@ module.exports = function(grunt) { files: ['package.json', 'bower.json'], commit: true, commitMessage: 'v%VERSION%', - commitFiles: ['package.json', 'bower.json', './dist/filer.js', './dist/filer.min.js'], + commitFiles: ['package.json', 'bower.json', './dist/filer.js', './dist/filer.min.js', './dist/filer-test.js'], createTag: true, tagName: 'v%VERSION%', tagMessage: 'v%VERSION%', diff --git a/tests/index.html b/tests/index.html index 10d439c..1d53161 100644 --- a/tests/index.html +++ b/tests/index.html @@ -3,8 +3,11 @@ Mocha Tests - - + + + + +