You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then dependents looks by priority "order" in the the given paths (including subdirectories) until it gives up. This allows one to have their scss code in different places throughout the project. I assume it would the same for js.
Great idea. I think deprecating "sass_root" and replacing it with "sass_paths" is a good option. It should be a list of paths. The priority would be dictated by the order of the elements within the array; no need for the "order" attribute in that case.
Enhancement:
With many potential dependencies living within bower packages and elsewhere maybe a better notion than setting a root is an array of paths.
For example with sass instead of
then dependents looks by priority "order" in the the given paths (including subdirectories) until it gives up. This allows one to have their scss code in different places throughout the project. I assume it would the same for js.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: