Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create inspec.io/tutorial.html #1490

Merged
merged 1 commit into from
Feb 14, 2017
Merged

create inspec.io/tutorial.html #1490

merged 1 commit into from
Feb 14, 2017

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented Feb 14, 2017

Fixes #1485

Signed-off-by: Dominik Richter dominik.richter@gmail.com

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
@@ -44,6 +44,7 @@
task :assemble do
Log.section 'Copy only tutorial into middleman build directory'
sh('rsync -a --exclude=index.html www/tutorial/dist/* www/build/')
sh('cp www/tutorial/dist/index.html www/build/tutorial.html')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes :) see line 46 there, it will sync all the others, excluding index.html because it exists already. This MR just adds back the index.html and renames it to tutorial.html

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you for the explanation.

Copy link
Contributor

@adamleff adamleff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, looks good.

@adamleff adamleff merged commit 29e0dbe into master Feb 14, 2017
@adamleff adamleff deleted the dr/tutorial-link branch February 14, 2017 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants