forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(CI): configure ionic-site to be in a parallel directory to ioni…
…c, not in dist also, disable paralellism until it can be fixed. PS it's 2015
- Loading branch information
1 parent
d2a83ea
commit 3a2d1ae
Showing
4 changed files
with
76 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ $ ionic start myproject | |
* The `release` folder of this repository | ||
* Ionic CDN: [Latest Release](http://code.ionicframework.com/) | ||
* Using bower: `bower install ionic` | ||
* For [Meteor](https://www.meteor.com/) applications: `meteor add driftyco:ionic` | ||
* For [Meteor](https://www.meteor.com/) applications: `meteor add driftyco:ionic` | ||
- Download the **bleeding edge just-from-master release** from: | ||
* Ionic CDN: [Nightly Build](http://code.ionicframework.com/#nightly) | ||
* Using bower: `bower install driftyco/ionic-bower#master` | ||
|
@@ -84,11 +84,11 @@ Originally created by [Adam Bradley](http://twitter.com/adamdbradley), [Ben Sper | |
|
||
### Documentation | ||
|
||
* Documentation is generated into `dist/ionic-site`. To test documentation properly, follow these steps: | ||
1. Clone ionic-site into `./dist/ionic-site` | ||
- `git clone [email protected]:driftyco/ionic-site dist/ionic-site` | ||
* Documentation is generated into `./../ionic-site`. To test documentation properly, follow these steps: | ||
1. Clone ionic-site into `./../ionic-site` | ||
- `git clone [email protected]:driftyco/ionic-site ./../ionic-site` | ||
2. Start jekyll, telling it to rebuild whenever the site changes | ||
- `cd dist/ionic-site && jekyll serve -w` | ||
- `cd ./../ionic-site && jekyll serve -w` | ||
3. Go back to project root and build the docs | ||
- `gulp docs [--doc-version=(versionName|nightly)]` | ||
4. Open localhost:4000 and see your changes! Re-run `gulp docs` again whenever you change something, and jekyll will update the site | ||
|
This file contains 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
This file contains 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
This file contains 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