feat(cloudwatch): code refactoring and cleanup, trying to rewrite so the code uses promises instead of ccallbacks, #684

This commit is contained in:
Torkel Ödegaard
2015-10-01 21:20:52 +02:00
parent 205d4232b9
commit af8d12124a
4 changed files with 40 additions and 93 deletions
+3 -3
View File
@@ -13,13 +13,13 @@ module.exports = function(config) {
copy_to_gen: {
files: ['<%= srcDir %>/**/*'],
tasks: [
'jshint',
'jscs',
'tslint',
'clean:gen',
'copy:public_to_gen',
'css',
'typescript:build',
'jshint',
'jscs',
'tslint',
'karma:test'
],
options: {