Merge pull request #279 from Fuhrmann/patch-1

Update Gruntfile.js
This commit is contained in:
Abdullah Almsaeed
2015-03-14 01:06:34 -04:00

View File

@@ -64,7 +64,7 @@ module.exports = function (grunt) {
}
}
},
//Build the documentaion files
//Build the documentation files
includes: {
build: {
src: ['*.html'], // Source files
@@ -81,4 +81,4 @@ module.exports = function (grunt) {
});
// the default task (running "grunt" in console) is "watch"
grunt.registerTask('default', ['watch']);
};
};