1.0.2 • Published 6 years ago

@bb-cli/bb-build-plugin-less v1.0.2

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

BB-BUILD less

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

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

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

Usage

bb-serve project --build-plugins bb-build-plugin-less
# OR
bb-serve project --build-plugins less

Make Alias

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

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

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

And enjoy:

serve