ignore tests

This commit is contained in:
ido 2015-01-19 17:49:17 +02:00
parent 3fe459baf2
commit b010a488ac
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = function (grunt) {
all: {
src: [
'src/**/*.js', 'playground/**/*.js',
'test/**/*.js',
//'test/**/*.js',
'!playground/libs/**/*.js',
'!playground/dist/**/*.js',
'!playground/rt-main.browser.js',