This repository has been archived by the owner on May 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7eba583
commit 1b7414f
Showing
8 changed files
with
11 additions
and
11 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
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 |
---|---|---|
|
@@ -40,10 +40,10 @@ If you'd rather do everything by hand, you can grab all the files for Ionic belo | |
* 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 ionic-team: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` | ||
* Using bower: `bower install ionic-team/ionic-bower#master` | ||
|
||
Once you have a release, use `js/ionic.js`, `js/ionic-angular.js`, and `css/ionic.css`. | ||
|
||
|
@@ -84,7 +84,7 @@ Ionic currently supports Android 4.1 and above, iOS 8 and above, and Windows 10. | |
|
||
* 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` | ||
- `git clone [email protected]:ionic-team/ionic-site ./../ionic-site` | ||
2. Start jekyll, telling it to rebuild whenever the site changes | ||
- `cd ./../ionic-site && jekyll serve -w` | ||
3. Go back to project root and build the docs | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"repo": "driftyco/ionic", | ||
"repo": "ionic-team/ionic", | ||
"development": {}, | ||
"version": "1.3.3", | ||
"styles": [ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// package metadata file for Meteor.js | ||
var packageName = 'driftyco:ionic'; // https://atmospherejs.com/ionic-team/ionic | ||
var packageName = 'ionic-team:ionic'; // https://atmospherejs.com/ionic-team/ionic | ||
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing. | ||
var version = '1.3.3'; | ||
|
||
Package.describe({ | ||
name: packageName, | ||
version: version, | ||
summary: 'Ionic Framework official Meteor package', | ||
git: '[email protected]:driftyco/ionic.git' | ||
git: '[email protected]:ionic-team/ionic.git' | ||
}); | ||
|
||
Package.onUse(function(api) { | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ function run { | |
git config --global user.email "[email protected]" | ||
git config --global user.name "Ionitron" | ||
|
||
git clone [email protected]:driftyco/$REPOSITORY.git $DIRECTORY $ARGS | ||
git clone [email protected]:ionic-team/$REPOSITORY.git $DIRECTORY $ARGS | ||
cd $DIRECTORY | ||
git fetch origin --tags | ||
cd ../ | ||
|
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