Created
December 7, 2011 17:40
-
-
Save davglass/1443748 to your computer and use it in GitHub Desktop.
YUIDoc with 3.5.0 install instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unix Install Instructions (until it's available via npm) | |
git clone git://github.com/yui/yui3.git | |
git clone git://github.com/davglass/yuidocjs.git | |
cd yui3/src/yui | |
make npm | |
cd ../../../yuidocjs | |
git checkout -t origin/3.5.0 | |
sudo npm -g i . | |
cd /usr/local/lib/node_modules/yuidocjs | |
sudo npm i /tmp/npm-yui | |
npm ls (from /usr/local/lib/node_modules/yuidocjs): | |
[email protected] /usr/local/lib/node_modules/yuidocjs | |
├─┬ [email protected] | |
│ └── [email protected] | |
├─┬ [email protected] | |
│ └── [email protected] | |
├── [email protected] | |
└── [email protected] extraneous |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Install Instructions (until it's available via npm) | |
**This assumes you have GitBash installed** | |
From Git Bash: | |
git clone git://github.com/yui/yui3.git | |
git clone git://github.com/davglass/yuidocjs.git | |
cd yui3/src/yui | |
make npm | |
cd ../../../ | |
cp -R /tmp/npm-yui ./ | |
cd ../yuidocjs | |
git checkout -t origin/3.5.0 | |
From Windows CMD.exe | |
cd yuidocjs | |
npm -g i . | |
cd /c/Users/$USERNAME/AppData/Roaming/npm/node_modules/yuidocjs | |
sudo npm i /PATH TO WORKING DIR/npm-yui | |
npm ls (from /c/Users/$USERNAME/AppData/Roaming/npm/node_modules/yuidocjs): | |
[email protected] | |
├─┬ [email protected] | |
│ └── [email protected] | |
├─┬ [email protected] | |
│ └── [email protected] | |
├── [email protected] | |
└── [email protected] extraneous |
That should not happen if you followed all the instructions above.
Contextify is used by JSDom which is not a dependency of the new YUI 3.5.0 package so it should never be installed.
Damn, I'll figure out where it went wrong. Thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm unable to install contextify on my windows machine
explodes in spectacular fashion.