mikaeljorhult / brackets-autoprefixer

Brackets/Edge Code extension that parses CSS documents and add vendor prefixes automatically.
MIT License
191 stars 37 forks source link

Auto detect CSS file changes #35

Closed mkurz closed 8 years ago

mkurz commented 9 years ago

Please add an "auto detect file changes" feature - which simply runs autoprefixer as soon as a .css file changes (or gets created). With such a feature people could have following workflow: User edits .less/.sass file -> less/sass compiler generates .css file -> autoprefixer plugin detects (this) change (or the newly created css file) and processes file.

You could add a setting as well: untitled

This feature would actually fix #25 (and probably #31, #29, #5).

mkurz commented 9 years ago

Also #16 would probably be fixed with such a feature.

mkurz commented 8 years ago

@mikaeljorhult Do you think you will implement this anytime soon?

mikaeljorhult commented 8 years ago

It's next on my list to implement but I can't promise a date for the release. Any help/pull requests on the feature would be appreciated.

mkurz commented 8 years ago

Cool, thanks! I am very busy now - but if I ever find some time I will have a look.

kangrian commented 8 years ago

Best support for this project. #awesome

mikaeljorhult commented 8 years ago

@mkurz: This feature is now in the master branch. Still got some testing before release but if you want to give it ago now please let me know if you run into any problems.

mkurz commented 8 years ago

@mikaeljorhult Sounds great! I am very busy right now - but if I find time I will test it. Thank you very much anyway!