This package has been deprecated

Author message:

This package has been deprecated.Package is no longer supported. Use at your own risk.

@bb-cli/bb-build-plugin-sass

1.4.1 • Public • Published

BB-BUILD sass

Provides sass compilation BB CLI build tools (bb-serve, bb-build, bb-package).

Since v1.1.0, output CSS will be minified.

Install alongside bb-package, bb-serve, or bb-build (prefer global)

npm i -g @bb-cli/bb-build-plugin-sass

Usage

bb-serve project --build-plugins @bb-cli/bb-build-plugin-sass
# OR
bb-serve project --build-plugins sass

Make Alias

Add to your ~/.bash_profile or ~/.zshrc (etc):

# bash
echo "alias serve='bb-serve project --build-plugins sass'" >> ~/.bash_profile && source ~/.bash_profile

# zsh
echo "alias serve='bb-serve project --build-plugins sass'" >> ~/.zshrc && source ~/.zshrc

And enjoy:

serve

Dependents (0)

Package Sidebar

Install

npm i @bb-cli/bb-build-plugin-sass

Weekly Downloads

1

Version

1.4.1

License

none

Unpacked Size

1.68 kB

Total Files

3

Last publish

Collaborators

  • backbase-admin
  • bb-cli