feat(cloudwatch): code refactoring and cleanup, trying to rewrite so the code uses promises instead of ccallbacks, #684
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user