mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-13 01:54:21 +02:00
fix mixed indentation
This commit is contained in:
@@ -108,7 +108,7 @@ module.exports = function(grunt) {
|
|||||||
'lib/**',
|
'lib/**',
|
||||||
'images/**',
|
'images/**',
|
||||||
'plugin/**',
|
'plugin/**',
|
||||||
'**.md'
|
'**.md'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -131,9 +131,9 @@ module.exports = function(grunt) {
|
|||||||
html: {
|
html: {
|
||||||
files: [ 'index.html']
|
files: [ 'index.html']
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
files: [ './*.md' ]
|
files: [ './*.md' ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user