lib/generators/half_pipe/templates/tasks/options/copy.js in half-pipe-0.3.0.alpha.2 vs lib/generators/half_pipe/templates/tasks/options/copy.js in half-pipe-0.3.0.alpha.3
- old
+ new
@@ -23,7 +23,6 @@
cwd: '<%%= dirs.tmp %>/public',
src: ['assets/**/*'],
dest: 'public/'
}]
}
- }
};