I have a “main” stylus file that imports everything into it. I make use of importing a directory i.e. @import "./imports/components/*".
If I create a new stylus file in ./imports/components/* meteor won’t rebuild and include this import unless I force a rebuild (like creating a fake modification in main.styl.
Is there a better way to do this or is this a bug?