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
Since Assets / sassify / sourceDirectory is not explicitly set sbt will search the "parent" Assets / sourceDirectory, thus producing the same behavior as the current code. However if the user sets Assets / sassify / sourceDirectory then the source directory will change just for sassify.
Why is this useful?
I want to have my .scss alongside with my .scala sources. This is especially helpful on frontend projects.
The text was updated successfully, but these errors were encountered:
Problem
Currently the sassify source dir is defined with:
If I need to change the source dir for sassify I'm forced to change the
sourceDirectory
for all the sbt-web assets. This could be easily changed with:Since
Assets / sassify / sourceDirectory
is not explicitly set sbt will search the "parent"Assets / sourceDirectory
, thus producing the same behavior as the current code. However if the user setsAssets / sassify / sourceDirectory
then the source directory will change just for sassify.Why is this useful?
I want to have my .scss alongside with my .scala sources. This is especially helpful on frontend projects.
The text was updated successfully, but these errors were encountered: