1.4.1 • Published 6 years ago

@bb-cli/bb-build-plugin-sass v1.4.1

Weekly downloads
256
License
-
Repository
-
Last release
6 years ago

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
1.4.1

6 years ago

1.4.0

6 years ago

1.3.0-pr.3

6 years ago

1.3.0-pr.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago