diff --git a/Gruntfile.js b/Gruntfile.js index f228334f..fe53686b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -93,6 +93,7 @@ module.exports = function (grunt) { 'src/geom/Point.js', 'src/geom/Rectangle.js', 'src/geom/Polygon.js', + 'src/geom/Line.js', 'src/net/Net.js', 'src/tween/TweenManager.js', 'src/tween/Tween.js',