changed around the logic from the previous pull, and also added spriteTests to the unit test build

This commit is contained in:
Eric Rowell
2012-12-06 20:11:14 -08:00
parent 9392756dcf
commit df63558686
2 changed files with 5 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ class Build < Thor
"tests/js/unit/shapes/regularPolygonTests.js",
"tests/js/unit/shapes/starTests.js",
"tests/js/unit/shapes/textTests.js",
"tests/js/unit/shapes/pathTests.js"
"tests/js/unit/shapes/pathTests.js",
"tests/js/unit/shapes/spriteTests.js"
]
if !File.directory?("dist")