Meteor-Community-Packages / meteor-postcss

PostCSS for Meteor

Home Page:https://packosphere.com/juliancwirko/postcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor 1.3.3 beta0 compatibility

priezz opened this issue · comments

I am not sure if it is meteor-postcss issue, but I have the following output, when trying to build:

» meteor build ./.build --directory --architecture os.linux.x86_64
...
Errors prevented bundling:
While loading plugin `minifier-postcss` from package `juliancwirko:postcss`:
<runJavaScript-37>:57:8: Object [object Object] has no method 'existsSync'
at meteorInstall.node_modules.meteor.minifier-postcss.plugin.minify-css.js (<runJavaScript-37>:57:8)
at fileEvaluate (packages/modules-runtime.js:158:9)
at require (packages/modules-runtime.js:92:16)
at <runJavaScript-37>:289:1
at <runJavaScript-37>:295:3

yes it was removed I probably need to delete this check

It should work now in version 1.1.1

It works! You should probably change your nick to "rocket-man" or similar :) Thanks for being so fast!