particle4dev / meteor-sass

WARNING: This project is outdated and not maintained anymore - SCSS for meteor
4 stars 1 forks source link

Latest version does not work #5

Closed babakness closed 10 years ago

babakness commented 10 years ago

Tests fail.

babakness commented 10 years ago

Changing this:

if (! compileStep.archMatches('web')) {...}

to this:

if (! compileStep.archMatches('browser')) {..}

Will make it work. In other words, the commit just a few hours ago broke it.

particle4dev commented 10 years ago

Thanks, i assume that you run Meteor 0.8.3. Please use v0.1.7 for meteor 0.8.x. For more information: https://github.com/meteor/meteor/commit/8bcbd65344b0014aedeb700db17ad7f1c8e013a6

particle4dev commented 10 years ago

done