tech(typescript): its looking good

This commit is contained in:
Torkel Ödegaard
2015-09-10 11:26:40 +02:00
parent 82061c7c3b
commit abac8bccc6
54 changed files with 133 additions and 66 deletions

View File

@@ -8,11 +8,11 @@ module.exports = function(config) {
dest: '<%= tempDir %>'
},
app_gen_build: {
cwd: '<%= srcDir %>/app',
everything_but_less: {
cwd: '<%= srcDir %>',
expand: true,
src: ['**/*.js', '**/*.html'],
dest: '<%= srcDir %>/.app_gen'
src: ['**/*', '!**/*.less'],
dest: '<%= genDir %>'
}
};