Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7990563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:03:14+00:00 2026-06-04T13:03:14+00:00

I know that I can watch a single file in a folder and have

  • 0

I know that I can watch a single file in a folder and have it compressed like so:

sass --watch HealthyArticles.scss:HealthyArticles.min.css --style compressed

What I’d like to be able to do is:

sass --watch *.scss:*.min.css --style compressed

The problem with this is that I get the error:

Errno::EINVAL: Invalid argument - *.scss

The main point is controlling the output filename. Is this possible with sass?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T13:03:16+00:00Added an answer on June 4, 2026 at 1:03 pm

    I think you’re probably looking for Compass. All this stuff is just baked into Rails, so I’m not sure exactly how everything links together, but I believe if you’re using SCSS without a framework around it, then Compass is what you’re after.

    Download from http://compass-style.org/ and run something like this:

    gem install compass 
    $ compass create asd --bare --sass-dir "input_directory" --css-dir "output_directory"
    

    You can set this in a config file:

    output_style = :compressed
    

    Alternatively, you could just run a script that does something like (this is Ruby):

    files = Dir["/path/to/scss/folder/*.scss"].map do |file|
      "#{file}:#{file.gsub(".scss", ".min.css")}"
    end
    `sass --watch #{files} --style compressed`
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that I can iterate over an object's properties like this: for (property
I know that in the Immed and Watch windows you can't use Lambda expressions.
I know I can use watch to bind a callback that will be triggered
I know that can co-exists with web form no problem as Hanselman mention here
I know that it's a subject that can raise a lot of debate, but
I want to know that can mouse click event detects colors or even strings.
I know that one can define an 'expected' exception in JUnit, doing: @Test(expect=MyException.class) public
I know that I can get word completion through CTRL+N & CTRL+P and code
I know that this can be easily done by using if(i%5 == 0 OR
I know that: browsers can download two components in parallel per hostname example www.example.com

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.