Skip to content

Commit

Permalink
Update to latest Ionic version 1.0.0-beta.13, get Ionic release from …
Browse files Browse the repository at this point in the history
…bower and not locally
  • Loading branch information
Urigo committed Oct 12, 2014
1 parent b5adea0 commit ae24499
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 21,468 deletions.
6,338 changes: 0 additions & 6,338 deletions lib/css/ionic.css

This file was deleted.

Binary file removed lib/fonts/ionicons.eot
Binary file not shown.
1,623 changes: 0 additions & 1,623 deletions lib/fonts/ionicons.svg

This file was deleted.

Binary file removed lib/fonts/ionicons.ttf
Binary file not shown.
Binary file removed lib/fonts/ionicons.woff
Binary file not shown.
6,039 changes: 0 additions & 6,039 deletions lib/js/ionic-angular.js

This file was deleted.

7,458 changes: 0 additions & 7,458 deletions lib/js/ionic.js

This file was deleted.

17 changes: 7 additions & 10 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
Package.describe({
summary: "Ionic framework packaged for Meteor.",
version: "0.0.1",
version: "0.0.2",
git: "https://github.com/Urigo/meteor-ionic.git"
});

Package.on_use(function (api, where) {
api.versionsFrom('METEOR@0.9.0.1');
api.use(['urigo:angular', 'urigo:angular-ui-router'], 'client');
api.use([
'urigo:angular@0.4.2',
'urigo:angular-ui-router@0.6.0',
'mquandalle:bower@0.1.11'],
'client');

// ionic files
api.addFiles(['lib/fonts/ionicons.eot',
'lib/fonts/ionicons.svg',
'lib/fonts/ionicons.ttf',
'lib/fonts/ionicons.woff',
'lib/css/ionic.css',
'lib/js/ionic.js',
'lib/js/ionic-angular.js',
'init.js'], 'client');
api.addFiles('init.js', 'client');
});
14 changes: 14 additions & 0 deletions smart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "ionic",
"description": "Ionic framework packaged for Meteor",
"homepage": "https://github.com/urigo/meteor-ionic",
"author": "Uri Goldshtein <uri.goldshtein@gmail.com> & Marc Rovira <marcrvall@gmail.com>",
"git": "https://github.com/urigo/meteor-ionic.git",
"version": "0.0.2",
"packages": {
"bower": {}
},
"bower": {
"ionic": "1.0.0-beta.13"
}
}
135 changes: 135 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
{
"dependencies": [
[
"application-configuration",
"1.0.2"
],
[
"base64",
"1.0.0"
],
[
"binary-heap",
"1.0.0"
],
[
"blaze",
"2.0.1"
],
[
"callback-hook",
"1.0.0"
],
[
"check",
"1.0.1"
],
[
"ddp",
"1.0.9"
],
[
"deps",
"1.0.3"
],
[
"ejson",
"1.0.3"
],
[
"follower-livedata",
"1.0.1"
],
[
"geojson-utils",
"1.0.0"
],
[
"htmljs",
"1.0.1"
],
[
"id-map",
"1.0.0"
],
[
"jquery",
"1.0.0"
],
[
"json",
"1.0.0"
],
[
"logging",
"1.0.3"
],
[
"meteor",
"1.1.1"
],
[
"minimongo",
"1.0.3"
],
[
"mongo",
"1.0.6"
],
[
"mquandalle:bower",
"0.1.11"
],
[
"observe-sequence",
"1.0.2"
],
[
"ordered-dict",
"1.0.0"
],
[
"random",
"1.0.0"
],
[
"reactive-var",
"1.0.2"
],
[
"retry",
"1.0.0"
],
[
"templating",
"1.0.4"
],
[
"tinytest",
"1.0.2"
],
[
"tracker",
"1.0.2"
],
[
"ui",
"1.0.1"
],
[
"underscore",
"1.0.0"
],
[
"urigo:angular",
"0.4.2"
],
[
"urigo:angular-ui-router",
"0.6.0"
]
],
"pluginDependencies": [],
"toolVersion": "meteor-tool@1.0.33",
"format": "1.0"
}

0 comments on commit ae24499

Please sign in to comment.