Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

--stdout doesn't work #358

Closed
rstacruz opened this issue Jun 25, 2014 · 2 comments
Closed

--stdout doesn't work #358

rstacruz opened this issue Jun 25, 2014 · 2 comments

Comments

@rstacruz
Copy link

Doing node-sass --stdout input.scss fails in 0.9.3.

$ node-sass --stdout stylesheets/font-awesome.scss
Compile .scss files with node-sass.
Usage: node ./node_modules/.bin/node-sass [options] <input.scss> [<output.css>]

...snip...

Argument check failed: function (argv){
    if (argv.help) { return true; }
    if (argv._.length < 1) { return false; }
  }
@kennethormandy
Copy link
Contributor

Oh! I had this happen not too long ago while using Node-sass but couldn’t figure out why.

@am11
Copy link
Contributor

am11 commented Oct 22, 2014

Going by #231 (comment), --stdout switch is now working perfectly fine.

@am11 am11 closed this as completed Oct 22, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants