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
For sass users, it would be nice to be able to specify the path at which stylesheets are generated.
To do this, we would probably need to have the concept of variables within a path. The default could look like this:
Interesting idea. Maybe people customize the location of their stylesheets enough that having a configurable path option like this is a good idea. But what about generating stylesheets at a given path with the command itself - iron g:stylesheet some/path/to/stylesheet.less
That could work too. But it might get a little redundant for bigger apps.
Or maybe this would be better off in a packaged/pluggable generator.
I'm just trying to think in terms of high level flexibility. And if the path is the only thing that needs to be customized to enable the sass developer to efficiently create sass sheets, then it might not be a bad idea to have it in there as a quick one line modification.
For sass users, it would be nice to be able to specify the path at which stylesheets are generated.
To do this, we would probably need to have the concept of variables within a path. The default could look like this:
For sass, it would look something like:
Excluding the
$template-name
variable would prevent the stylesheet generator from creating an additional folder (named whatever the template name is).In the generator, we could just tear down the path from the config file and reconstruct it with the correct values.
The text was updated successfully, but these errors were encountered: