V4: Inject data into the configuration for @source
path.
#15696
Replies: 5 comments 12 replies
-
You can write file globs, but no aliases or variables. |
Beta Was this translation helpful? Give feedback.
-
I am also encountering the same issue/needs. |
Beta Was this translation helpful? Give feedback.
-
I've stumbled across this particular issue where I want to include a
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Im also wondering if this can be done with a plugin. Is it possible to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In Rails often Rubygems will provide some controllers and views etc. These will often be installed in
/bundle
or some other non-local path.These can be added via
@source /bundle/something
but I would like to make this more dynamic.Is it possible to inject something into the
.css
config so it can be@source "${bundlePath}/something";
? Or it it possible to add custom aliases ?Beta Was this translation helpful? Give feedback.
All reactions