meteoric / contacts

Sample contacts app for meteoric
http://meteoric-contacts.meteor.com/
MIT License
35 stars 27 forks source link

@import '.meteor/local/build/...' not compatible with meteor build command #9

Closed awatson1978 closed 9 years ago

awatson1978 commented 9 years ago

Hi,

The following two lines in the app.scss file maybe aren't compatible with the meteor build command.

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

In production environments, there's no guarantee that there's going to be a .meteor/local directory (there probably won't be).
:(

nickw commented 9 years ago

Yeah there's doesn't seem to be a reliable way to include less/scss from a package in Meteor yet: https://meteor.hackpad.com/Improvements-to-LESS-and-other-CSS-preprocessors-fqDPbgOH8Fn

I'm open to suggestions…