removing Gruntfile

master
Matt Huntington 10 years ago
parent 310948a652
commit c71413caeb

1
.gitignore vendored

@ -1 +0,0 @@
node_modules

@ -1,11 +0,0 @@
module.exports = function(grunt) {
grunt.initConfig({
cml: {
test: {
src: 'test.txt',
dest: 'result.html'
}
}
});
grunt.loadTasks('tasks');
};
Loading…
Cancel
Save