experiments

This commit is contained in:
Torkel Ödegaard
2015-09-09 20:37:27 +02:00
parent a8197df1c1
commit 82061c7c3b
6 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ module.exports = function(config) {
cwd: '<%= srcDir %>/app',
expand: true,
src: ['**/*.js', '**/*.html'],
dest: '<%= srcDir %>/app_gen'
dest: '<%= srcDir %>/.app_gen'
}
};