The plugin works great, but it overrides the original sass-file and adds the direct path to the currently available files in a folder. If you will add some other files to the imported folder, bulkSass won't do anything any more because there are no globs.
How it currently works
The original file gets overridden so any further execution will not include new files.
so if you add a file3.scss to that folder afterwords, it will be ignored.
Expected behaviour
The original file should be kept as is (or even reverted to the original version after execution) so that any files that are added afterwards will be imported too.
Description
The plugin works great, but it overrides the original sass-file and adds the direct path to the currently available files in a folder. If you will add some other files to the imported folder, bulkSass won't do anything any more because there are no globs.
How it currently works
The original file gets overridden so any further execution will not include new files.
becomes
so if you add a
file3.scss
to that folder afterwords, it will be ignored.Expected behaviour
The original file should be kept as is (or even reverted to the original version after execution) so that any files that are added afterwards will be imported too.