diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 0bf20d454..8c88370e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -104,7 +104,7 @@ module.exports = function( grunt ) { gruntfile: "Gruntfile.js", // Right now, check only test helpers - test: [ "test/data/testrunner.js" ], + test: [ "test/data/testrunner.js", "test/unit/tween.js" ], release: [ "build/*.js", "!build/release-notes.js" ], tasks: "build/tasks/*.js" }, @@ -126,7 +126,8 @@ module.exports = function( grunt ) { "selector", "serialize", "support", - "traversing" + "traversing", + "tween" ] }, watch: { |