Navigation Menu

Skip to content

WnP/pysass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysass

A simple wrapper on libsass-python pysassc to add watch capability using watchdog.

Features

  • add -w and --watch flags to pysassc command.
  • watch included directories and source directory recursively.
  • only watch *.scss files.
  • throttling.

Install

$ pip install pysass

Usage

Use pysass command instead of pysassc in order to use -w or --watch flag additionaly to those provided by libsass-python pysassc.

eg.

$ pysass -t compressed -I node_modules/skeleton-scss/scss/ \
	-m ./project/src/main.scss ./project/dist/style.css --watch

About

Simple wrapper on libsass-python pysassc to add watch capability using watchdog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published