Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Move task lives in tools now
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 7, 2013
1 parent 7b13860 commit 4421b2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ module.exports = function(grunt) {
grunt.task.run('move:polymer.js.bak:polymer.js');
grunt.option('force', false);
});
// TODO(dfreedm): Move this to shared tasks in tools
grunt.registerTask('move', 'move a file', function(src, dest) {
grunt.log.write('moving %s to %s', src, dest);
require('fs').renameSync(src, dest);
});

grunt.registerTask('test-build', ['minify', 'stash', 'test', 'restore']);

Expand Down

0 comments on commit 4421b2e

Please sign in to comment.