feat() started work on more feature rich time picker

This commit is contained in:
Torkel Ödegaard
2015-09-15 13:23:36 +02:00
parent 2b95cd5081
commit 4ffa26cf2c
74 changed files with 480 additions and 304 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = function(config) {
},
typescript: {
files: ['<%= srcDir %>/app/**/*.ts'],
files: ['<%= srcDir %>/app/**/*.ts', '<%= srcDir %>/test/**/*.ts'],
tasks: ['tslint', 'typescript:build'],
options: {
spawn: false