meteoric / ionicons-sass

Ionic's Ionicons library in SASS and bundled for Meteor.
MIT License
21 stars 18 forks source link

meteoric_ionicons-sass directory not created #7

Open mmgucci opened 9 years ago

mmgucci commented 9 years ago

Hi,

I’m having some trouble with the meteoric:ionicons-sass package. As the installation instructions state, the sass files should be imported like this:

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

I was trying to do the same but the directory isn’t added to my project. Restarting didn't help either.

Thanks in advance.

oliversd commented 9 years ago

Same problem here. Restart doesn't work either.

costinelmarin commented 9 years ago

You guys can try adding @import 'http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css'; till the issue will be fixed.

balibou commented 9 years ago

Thanks @costinelmarin I've used your solution for the moment ... It works.

nicodinh commented 9 years ago

Thanks @costinelmarin

lucnat commented 9 years ago

@costinelmarin This does not work in cordova. It does work in desktop browser though.

costinelmarin commented 9 years ago

@LucNaterop i don't try on cordova but I add the package local and i remove the sass and add just normal css to it and load all assets on client instead of server and theres no need to add the import. I think doing this will work on cordova.

liaujianjie commented 9 years ago

Thanks @costinelmarin, works great as a temp fix.

connorblack commented 9 years ago

Is there any update on this? Quite the annoying problem when trying to build a mobile app...

lucavandro commented 9 years ago

Something breaks using fourseven:scss@3.0.0 Here's my solution

meteor remove fourseven:scss
meteor remove  meteoric:ionicons-sass
meteor add fourseven:scss@2.0.0
meteor add meteoric:ionicons-sass
nicodinh commented 9 years ago

@lucavandro Thanks

eminaz commented 9 years ago

@lucavandro Thanks

3210jr commented 9 years ago

@lucavandro Great. Thanks