Remove badly named folder
This commit is contained in:
parent
c64696cbe8
commit
bb37221123
24
test/fixtures/dateformat/Gruntfile.js
vendored
24
test/fixtures/dateformat/Gruntfile.js
vendored
@ -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
test/fixtures/dateformat/lib/one.js
vendored
1
test/fixtures/dateformat/lib/one.js
vendored
@ -1 +0,0 @@
|
||||
var one = true;
|
Loading…
Reference in New Issue
Block a user