rehrumesh / atom-sass

MIT License
5 stars 10 forks source link

Add automatic file watch for scss files. #3

Open rehrumesh opened 7 years ago

rehrumesh commented 7 years ago

Currently atom-sass will watch file if only it was asked to. This task is to make it watch scss files automatically without user asking to.

DorianVasco commented 4 years ago

As a workaround you can just insert: atom.commands.dispatch(atom.views.getView(atom.workspace), 'atom-sass:compile'); into your init.coffee to run activate the plugin.