General information
Sass compilation takes 8-16 seconds in default configuration. This process can be optimized by turning off unnecessary applications in compilation queue.
Installation
Run install command in the root folder of your SCA project
$ npm install sca-gulp-sass-optimizer
Usage
// When working with shopping application:
gulp local --sass shopping
// ... Checkout application:
gulp local --sass checkout
// ... MyAccount application:
gulp local --sass myaccount