-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fix API docs build #786
Fix API docs build #786
Conversation
@@ -8,6 +8,8 @@ cache: | |||
- node_cache | |||
- node_shrinkwrap | |||
- $HOME/.npm | |||
before_install: | |||
- gem install sass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do people need ruby installed to build Excalibur?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or is this travis only
Only if they want to build the API docs, it's part of the default Typedoc
theme. It's not something everyone will do I don't think.
…On Tue, Apr 18, 2017, 22:10 Erik Onarheim ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In .travis.yml
<#786 (comment)>:
> @@ -8,6 +8,8 @@ cache:
- node_cache
- node_shrinkwrap
- $HOME/.npm
+before_install:
+- gem install sass
Or is this travis only
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#786 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAiaa-QLzKzbiY_uQRPYqoj-a2ahCmzGks5rxXsWgaJpZM4NBCZy>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚢 🥇
Related #777
Changes: