Work In Progress: feature: use node-sass's importer hook to help tools track dependencies.#25
Work In Progress: feature: use node-sass's importer hook to help tools track dependencies.#25cgc wants to merge 1 commit intodavidguttman:masterfrom cgc:sass-importer
Conversation
There was a problem hiding this comment.
it's a bit aggressive to do every possible file, but the alternative is fs.exists. Not sure which is more/less intrusive?
|
ping @davidguttman |
|
Hey, really sorry for the delay on this! I'm not entirely sure what this is for, but I'm all for it if it adds something you want/need and doesn't affect previous functionality. As for the specific questions you had:
|
|
Hi @davidguttman, This change uses a relatively new feature in node-sass to report npm test sounds good. I'll look into tape. |
noticed that a hook into sass's
@import()statement was recently added tonode-sass, so I figured I'd take a stab at writing integration for it! closely follows similar changes to jadeify and lessify, as well as a similar change for a different static asset manager.This change depends on benbria/browserify-transform-tools#10