billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

Exclude or select files to compile #44

Closed EmmanuelBeziat closed 9 years ago

EmmanuelBeziat commented 9 years ago

Hi there ! Not really an issue, but i want to know if there is a way to exclude some files to compile on save, or to compress, etc...

For example I would want, for a specific project, to have every .styl file in "stylus" folder to compile and compress on save, but every .styl file in "includes" folder not to compile.

Thanks !

grassator commented 9 years ago

Hello. Right now there is no way to do that and in general I think this plugin should not be a build system. It's ok to include auto-compiling for cases where you need to hack something together quickly, but anything more is better left for systems that are designed for it, for example grunt and gulp.