mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
Remove grunt-jekyll config
This commit is contained in:
parent
2bde4f77f6
commit
d37f5c35b3
10
Gruntfile.js
10
Gruntfile.js
@ -1,16 +1,6 @@
|
|||||||
module.exports = function(grunt) {
|
module.exports = function(grunt) {
|
||||||
|
|
||||||
grunt.initConfig({
|
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: {
|
exec: {
|
||||||
build: {
|
build: {
|
||||||
cmd: 'rake build[_config_gh-pages.yml]'
|
cmd: 'rake build[_config_gh-pages.yml]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user