0.4.2 • Published 10 years ago

sass-get-dependents v0.4.2

Weekly downloads
30
License
MIT
Repository
github
Last release
10 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

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago