Remove grunt-jekyll config

This commit is contained in:
breandan considine 2016-01-15 00:07:12 -08:00
parent 2bde4f77f6
commit d37f5c35b3

View File

@ -1,16 +1,6 @@
module.exports = function(grunt) {
grunt.initConfig({
//jekyll: {
// serve: { // Another target
// options: {
// bundleExec: true,
// config: 'sdkdocs-template/jekyll/_config-defaults.yml,_config_gh-pages.yml',
// serve: false,
// verbose: true
// }
// }
//},
exec: {
build: {
cmd: 'rake build[_config_gh-pages.yml]'