Closed loremipson closed 9 years ago
This has nothing to do with slush
itself, it's caused by the slush-generator you're using. Which generator are you using, i.e. how do you run slush? For instance running slush angular
executes the slush-angular
generator...
Ah, yep, it is. I'm using a custom internal generator, but it was built using slush-generator, which has that rename function that does exactly what I was running into. Really should have noticed that one myself. Thanks for the help!
It looks like anything I have in my
templates
directory that begins with an underscore ie:_settings.scss
or_partials/
, when they are copied over after Slush runs, they're being saved out as:.settings.scss
or.partials
This is pretty restrictive in my use case. Is this an intended feature of Slush or have I possibly done something to cause this?