Skip to content

Instantly share code, notes, and snippets.

@iamcaleberic
Created July 22, 2018 13:28
Show Gist options
  • Save iamcaleberic/459a90e253e4e6067885b16a335a3be7 to your computer and use it in GitHub Desktop.
Save iamcaleberic/459a90e253e4e6067885b16a335a3be7 to your computer and use it in GitHub Desktop.
Compiling node sass with full cpu resources
  • Compile node-sass for your current platform
          git clone --recursive https://github.com/sass/node-sass.git
         cd node-sass
          npm install
          JOBS=max node scripts/build -f
      
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment