sass-get-dependents

0.4.2 • Public • Published

SASS-GET-DEPENDENTS

Return a list of files that depend on your SCSS/SASS partial.

Travis CI Version NPM Downloads LICENSE

Example:

dependentFiles = require('sass-get-dependents');
 
// Array of dependent files
var files = dependentFiles(src);
console.log(files);

As a CLI

npm install -g sass-get-dependents

From within SASS Structure

$ getDependents --file=path/to/partial/file

Readme

Keywords

Package Sidebar

Install

npm i sass-get-dependents

Weekly Downloads

20

Version

0.4.2

License

MIT

Last publish

Collaborators

  • tbremer