-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sassdoc dependency blocking initial build #157
Comments
On which platforms are you having issues with this @elseloop? I tested this fairly thoroughly on Windows and Mac on fresh installs and didn't have any issues. Then again I no next to nothing about shell or Windows bash scripting, so it's likely that there are errors 😄 |
@ajmueller OS X. I was able to replicate the error as well. |
@jbascue what was the error? It could be something as simple as a write permissions issue in which case adding |
After additional attempts on both Windows 8 and OS X, it does appear to be a permissions issue, as @ajmueller suggested from his “new office” on the back nine of some golf course or whatever. I’ll investigate adding |
@elseloop I would never work on the golf course! That's sacrilegious! P.S. amazing GIF. I want to save that one to my GIF keyboard. |
Our build scripts do not properly
npm install
from thesassdoc-theme
directory on the very first build after cloning, so any unmet dependencies for Sassdoc throw an error on a first build of Phoenix, without much indication on how to work around it. We have logic in place already in both build.sh and build.cmd that is intended to handle this, but it doesn't appear to be robust enough.Any help on this one would be much appreciated, as it is a blocking bug in the current release.
//cc @ajmueller @kamsar
The text was updated successfully, but these errors were encountered: