Skip to main content

Sass CLI Python: A wrapper to libsass-python with watchdog capability.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysass-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

pysass-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page