0.4.2 • Published 9 years ago

sass-get-dependents v0.4.2

Weekly downloads
30
License
MIT
Repository
github
Last release
9 years ago

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
0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago