Skip to content

Commit a661f9d

Browse files
committed
store md format at right destination; fixes issue #3
1 parent 4872531 commit a661f9d

File tree

16 files changed

+167
-6
lines changed

16 files changed

+167
-6
lines changed

demo/Gruntfile.js renamed to demo/html/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ module.exports = function(grunt) {
1919
'src': ['**/*.js']
2020
}],
2121
options: {
22-
destination: 'docs',
22+
destination: 'docs'
2323
}
2424
},
2525
}
2626

2727
});
2828

2929
// Actually load this plugin's task(s).
30-
grunt.loadTasks('../tasks');
30+
grunt.loadTasks('../../tasks');
3131

3232
// By default, run.
3333
grunt.registerTask('default', ['documentation']);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)