Remove badly named folder

pull/163/head
Kyle Robinson Young 11 years ago
parent c64696cbe8
commit bb37221123

@ -1,24 +0,0 @@
module.exports = function(grunt) {
'use strict';
grunt.initConfig({
echo: {
one: { message: 'one has changed' }
},
watch: {
options:{
dateFormat: function(time) {
grunt.log.writeln('dateFormat has worked! Done in ' + time + 'ms. Waiting...');
}
},
one: {
files: ['lib/one.js', 'Gruntfile.js'],
tasks: 'echo:one',
}
}
});
// Load the echo task
grunt.loadTasks('../tasks');
// Load this watch task
grunt.loadTasks('../../../tasks');
grunt.registerTask('default', ['echo']);
};

@ -1 +0,0 @@
var one = true;
Loading…
Cancel
Save