Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon broke after Meteor 1.1 #5

Open
txs opened this issue Apr 1, 2015 · 6 comments
Open

icon broke after Meteor 1.1 #5

txs opened this issue Apr 1, 2015 · 6 comments

Comments

@txs
Copy link

txs commented Apr 1, 2015

I use the sample code and after the update...
in Safari it doesn't work :(

Sincerely,

txs

@svda
Copy link

svda commented Apr 18, 2015

Same problem here, using 0.1.17.

@rizkysyazuli
Copy link

same here on meteor 1.1.0.2.. just setup a new meteoric:ionic app with a tabs layout when i noticed no icons is showing on the tabs. my .scss is still a blank file with only ionic imports.

@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic';
@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionicons-sass/ionicons';

Looking at the output css (below), these @import does get rendered. so this not an issue from fourseven:scss

@font-face {
  font-family: "Ionicons";
  src: url("/packages/meteoric_ionicons-sass/fonts/ionicons.eot?v=2.0.0");
  src: url("/packages/meteoric_ionicons-sass/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/packages/meteoric_ionicons-sass/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("/packages/meteoric_ionicons-sass/fonts/ionicons.woff?v=2.0.0") format("woff"), url("/packages/meteoric_ionicons-sass/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

The files does exists. i can access it directly from http://localhost:3000/packages/meteoric_ionicons-sass/fonts/ionicons.ttf. it's just not being loaded in the browser (tried on FF and Chrome).

But I tried with the meteorhunt demo and one of my previous project, the icons does show. weird..

@lirbank
Copy link

lirbank commented May 19, 2015

I had a similar problem and it seems ionicons-saas is not compatible with fourseven:[email protected]. I installed foursever:scss before ionicons-ssas so fourseven was set at it's latest version (3.0.0) and this prevented ionicons-saas from working properly.

Remove the row fourseven:[email protected] from the .meteor/versions file and meteor will put the most recent compatible version there (in my case fourseven:[email protected]). Hope that helps!

@txs
Copy link
Author

txs commented May 19, 2015

Thanks I'll take a try

On Tue, May 19, 2015 at 8:12 AM, Mikael Lirbank [email protected]
wrote:

I had a similar problem and it seems ionicons-saas is not compatible with
fourseven:[email protected]. I installed foursever:scss before ionicons-ssas so
fourseven was set at it's latest version (3.0.0) and this prevented
ionicons-saas from working properly.

Remove the row fourseven:[email protected] from the .meteor/versions file and
meteor will put the most recent compatible version there (in my case
fourseven:[email protected]). Hope that helps!


Reply to this email directly or view it on GitHub
#5 (comment)
.

@lorensr
Copy link

lorensr commented Jul 2, 2015

@nickw I can confirm that icons do not show up using the @import and either fourseven 2.0.0 or 2.1.1.

@lorensr
Copy link

lorensr commented Jul 2, 2015

Nevermind, sorry – works with fourseven 2.0.0 and 2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants