Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Apr 19, 2016
1 parent 28830a8 commit f184576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion includes/case-studies.jade
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.container.container--case-study
.case-study-item.active
.container__content.container__content--case-study-copy
ul.bullet-list // bullet list wrapper should only be included in the first slide
//- bullet list wrapper should only be included in the first slide
ul.bullet-list
.case-study-fade-wrapper
.copy-wrapper
h3.case-study-title Autodesk is Forging Ahead with Mesos, Containers and DC/OS
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Metalsmith(__dirname)
}
]
},
files: ['./src/**/*', './dcos-docs/**/*', './layouts/**/*', './mixins/**/*']
files: ['./src/**/*', './dcos-docs/**/*', './layouts/**/*', './mixins/**/*', './includes/**/*']
}, null, allDocs)
}
})())
Expand Down

0 comments on commit f184576

Please sign in to comment.