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

  • SEARCH
  • Home
  • 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 7884121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:42:49+00:00 2026-06-03T04:42:49+00:00

I have packages SASS and SCSS installed. SCSS provides the syntax highlight while SASS

  • 0

I have packages SASS and SCSS installed. SCSS provides the syntax highlight while SASS provides the build system i need for scss. My problem is, if build is set to automatic, it wont build the scss files if i press ctrl+b, so i have to always go back and reselect that option. Is there a way to make that build system to be the automatic one for scss?

  • 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-03T04:42:50+00:00Added an answer on June 3, 2026 at 4:42 am

    Set it up using a build system and fire off with F7:
    http://readthedocs.org/docs/sublime-text-unofficial-documentation/en/latest/file_processing/build_systems.html?highlight=build for more information about setting that up.

    UPDATED ANSWER

    Copy the following:

    {
      "cmd": ["sass", "--update", "$file:${file_path}/${file_base_name}.css", "--stop-on-error", "--no-cache"],
      "selector": "source.sass, source.scss",
      "line_regex": "Line ([0-9]+):",
      "osx":
      {
        "path": "/usr/local/bin:$PATH"
      },
    
      "windows":
      {
        "shell": "true"
      }
    
    }
    

    In Sublime Text, go Tools > Build System > New Build System > Paste
    Give it a name. Bingo.

    Simpler Way

    SASS Support in Sublime

    Adding Support for near everything.

    Simplest Way

    Why DIY when you do not need to.

    Want to have the site update in an open browser every time you save?

    1. Generally a good must to have Ruby Git and Python installed.
    2. Install Nodejs.
      (win) the .msi download from main site works well and includes npm
      Now you have access to the ‘gem’ and ‘npm’ package managers.
      Things get easy now, although I may as well write it out longwinded.

    3. Compass:

      gem update –system
      gem install compass
      // can now use this command to build a sass-based project
      compass create myFirstWebsite
      // ..installs in “/myFirstWebsite”..

    4. Install the Grunt client (global flag)

      npm install grunt-cli -g

    now have access to the wealth of Grunt automation packages ie:

    npm grunt-contrib-jshint --save-dev
    

    “dev” flagged – applies to your local project only (current and sub folders)
    also, listed as a “devDependency” in package.json, which means it’ll not be
    packed with your project on a distro/prod build

    1. Time for some simple awesome… Yeoman

      npm install yo -g

    installs yeoman (yo commands) a heap of other essentials
    and Bower – twitter’s response to Node / Gem etc
    Bower looks after package dependencies.

    AND THE AWESOME?

    // make a new folder. cd into it, and type:
    yo webapp
    
    // There are multiple 'generators' you can install with yo.
    // webapp is the one most suitable for front-end dev / web app building
    
    // other things you might want before you start.. maybe underscore:
    bower install underscore
    // adds '_' to the set-up as a dependency
    
    // These commands will brighten your day:
    grunt test      
    // comprehensive testing of app
    grunt server    
    // This part you'll love! Starts server and launches app in browser
    // - includes live-refreshing... save a file, and all required builds etc
    // are preformed (damn fast) and automatically refreshes browser.
    // Yup, 'grunt server' = project-wide equiv to 'compass watch'
    grunt
    // Build application for deploy. Not only do you get minification and concatenation;
    // also optimize all your image files, HTML, compile your CoffeeScript and Compass files, 
    // if you're using AMD, will pass those modules through r.js so you don't have to.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to list all packages I have installed on a system from a
I have problem concerning python packages and testing. I'm writing an application using wx
I have some packages installed in Oracle, and I would like to see if
I have two packages installed with the same name, one globally and one locally
I have these packages installed on my OpenSUSE 11.3: i | libstdc++45 | Standard
I have the following set up: I have 4 packages: root/src/terminal - has some
If I have packages installed from easy_install , the eggs are prepended to sys.path
What libraries and/or packages have you used to create blog posts with code blocks?
I see many Java packages have api, impl and bundle jars (name-api.jar, name-impl.jar, name-bundle.jar).
I have updated my packages using Android SDK Manager and clicked on Help >

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.