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

meteoric_ionicons-sass directory not created #7

Open
mmgucci opened this issue May 22, 2015 · 12 comments
Open

meteoric_ionicons-sass directory not created #7

mmgucci opened this issue May 22, 2015 · 12 comments

Comments

@mmgucci
Copy link

mmgucci commented May 22, 2015

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
Copy link

Same problem here. Restart doesn't work either.

@costinelmarin
Copy link

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
Copy link

balibou commented May 29, 2015

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

@nicodinh
Copy link

Thanks @costinelmarin

@lucnat
Copy link

lucnat commented Jun 5, 2015

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

@costinelmarin
Copy link

@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
Copy link

Thanks @costinelmarin, works great as a temp fix.

@connorblack
Copy link

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

@lucavandro
Copy link

Something breaks using fourseven:[email protected]
Here's my solution

meteor remove fourseven:scss
meteor remove  meteoric:ionicons-sass
meteor add fourseven:[email protected]
meteor add meteoric:ionicons-sass

@nicodinh
Copy link

@lucavandro Thanks

1 similar comment
@eminaz
Copy link

eminaz commented Jul 28, 2015

@lucavandro Thanks

@3210jr
Copy link

3210jr commented Aug 24, 2015

@lucavandro Great. Thanks

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