mirror of https://github.com/ColorlibHQ/AdminLTE
commit
c6e7e8dd07
|
@ -64,7 +64,7 @@ module.exports = function (grunt) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//Build the documentaion files
|
//Build the documentation files
|
||||||
includes: {
|
includes: {
|
||||||
build: {
|
build: {
|
||||||
src: ['*.html'], // Source files
|
src: ['*.html'], // Source files
|
||||||
|
@ -81,4 +81,4 @@ module.exports = function (grunt) {
|
||||||
});
|
});
|
||||||
// the default task (running "grunt" in console) is "watch"
|
// the default task (running "grunt" in console) is "watch"
|
||||||
grunt.registerTask('default', ['watch']);
|
grunt.registerTask('default', ['watch']);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue