Skip to content

Commit

Permalink
Merge pull request #20 from netanelgilad/master
Browse files Browse the repository at this point in the history
fixed icons path in css by override.
  • Loading branch information
Urigo committed Oct 24, 2014
2 parents fb0cae4 + a05d831 commit 3b79f66
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 33 deletions.
6 changes: 6 additions & 0 deletions ionic-override.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@font-face {
font-family: "Ionicons";
src: url("/packages/urigo_ionic/packages/bower/ionic/release/fonts/ionicons.eot");
src: url("/packages/urigo_ionic/packages/bower/ionic/release/fonts/ionicons.eot?v=1.5.2") format("embedded-opentype"), url("/packages/urigo_ionic/packages/bower/ionic/release/fonts/ionicons.ttf") format("truetype"), url("/packages/urigo_ionic/packages/bower/ionic/release/fonts/ionicons.woff") format("woff"), url("/packages/urigo_ionic/packages/bower/ionic/release/fonts/ionicons.svg") format("svg");
font-weight: normal;
font-style: normal; }
3 changes: 3 additions & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Package.on_use(function (api, where) {
// Add bower
api.addFiles('smart.json', 'client');

// Fix icons to absolute path
api.addFiles('ionic-override.css', 'client');

// ionic files
api.addFiles('init.js', 'client');
});
62 changes: 29 additions & 33 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,127 +2,123 @@
"dependencies": [
[
"application-configuration",
"1.0.2"
"1.0.3"
],
[
"base64",
"1.0.0"
"1.0.1"
],
[
"binary-heap",
"1.0.0"
"1.0.1"
],
[
"blaze",
"2.0.1"
"2.0.2"
],
[
"callback-hook",
"1.0.0"
"1.0.1"
],
[
"check",
"1.0.1"
"1.0.2"
],
[
"ddp",
"1.0.9"
"1.0.10"
],
[
"deps",
"1.0.3"
"1.0.5"
],
[
"ejson",
"1.0.3"
"1.0.4"
],
[
"follower-livedata",
"1.0.1"
"1.0.2"
],
[
"geojson-utils",
"1.0.0"
"1.0.1"
],
[
"htmljs",
"1.0.1"
"1.0.2"
],
[
"id-map",
"1.0.0"
"1.0.1"
],
[
"jquery",
"1.0.0"
"1.0.1"
],
[
"json",
"1.0.0"
"1.0.1"
],
[
"logging",
"1.0.3"
"1.0.4"
],
[
"meteor",
"1.1.1"
"1.1.2"
],
[
"minimongo",
"1.0.3"
"1.0.4"
],
[
"mongo",
"1.0.6"
"1.0.7"
],
[
"mquandalle:bower",
"0.1.11"
],
[
"observe-sequence",
"1.0.2"
"1.0.3"
],
[
"ordered-dict",
"1.0.0"
"1.0.1"
],
[
"random",
"1.0.0"
"1.0.1"
],
[
"reactive-var",
"1.0.2"
"1.0.3"
],
[
"retry",
"1.0.0"
"1.0.1"
],
[
"templating",
"1.0.4"
"1.0.8"
],
[
"tinytest",
"1.0.2"
"1.0.3"
],
[
"tracker",
"1.0.2"
],
[
"ui",
"1.0.1"
"1.0.3"
],
[
"underscore",
"1.0.0"
"1.0.1"
],
[
"urigo:angular",
"0.4.2"
"0.4.7"
],
[
"urigo:angular-ui-router",
Expand Down

0 comments on commit 3b79f66

Please sign in to comment.