markstory / mini-asset

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.
MIT License
64 stars 17 forks source link

Sass partials skipped in dependency check #2

Closed btaens closed 8 years ago

btaens commented 9 years ago

Hey, In sass files, if, say, you @import "partial";, sass looks for both a partial.scss, or a _partial.scss. Mini-asset however only checks for a partial.scss and doesn't look for the underscored version, and so automatically skips the dependency check.

markstory commented 9 years ago

I totally forgot sass included this magic :cry:

btaens commented 9 years ago

I think less might also do it, though I'm more of a sass guy.

markstory commented 9 years ago

Less doesn't magically mangle names adding prefixes.