armin-pfaeffle / sass-autocompile

Automatically compiles SASS files on save ‒ package for atom.io
https://atom.io/packages/sass-autocompile
MIT License
49 stars 14 forks source link

compile on save after restart unchecked #109

Open kainbacher opened 7 years ago

kainbacher commented 7 years ago

Hi, normally i have the "compile on save" flag always on, but i recognized that the flag ist unchecked sometimes. sometimes it happens when i restart atom, sometimes it happens when i switch project? At the moment i can't really say why and when this happens.

does anyone of you also have the same issue?

thanks

armin-pfaeffle commented 7 years ago

Hey! I never heared about such an issue. Can you check your keymap if another package uses the same shortcut for sass-autocompile:toggle-compile-on-save command?

Therefore you can use Ctrl+. (yes, the dot ;) ) to display the Key Binding Resolver and then press Ctrl-Alt-Shift-S (or on a Mac Ctrl-Cmd-Shift-S) for toggling Compile on Save option. You should one or two enitres like in the screenshot:

screenshot

If everything is fine here, do you use any software for synchronization? Or any package that works on your Atoms settings?

kainbacher commented 7 years ago

Hi Armin, thanks i checked the Key Binding Resolver (great tool by the way). I also have the two lines so it looks ok for me.

hmm what i use is the project manager (https://atom.io/packages/project-manager).

here is a complete list, but i think there is no very special package

├── atom-beautify@0.29.17 ├── atom-django@0.3.2 ├── atom-material-ui@1.3.9 ├── atom-react-autocomplete@0.1.10 ├── atom-ternjs ├── atom-typescript@10.1.14 ├── auto-update-packages@1.0.1 ├── autocomplete-modules@1.6.7 ├── autocomplete-paths@1.0.5 ├── autocomplete-plus@2.34.2 ├── autocomplete-python@1.8.57 ├── django-atom@0.2.4 ├── django-templates@0.5.0 ├── emmet@2.4.3 ├── file-icons@2.0.16 ├── git-control@0.8.2 ├── highlight-selected@0.12.0 ├── increment-selection@0.3.0 ├── javascript-snippets@1.2.1 ├── jquery-snippets@11.0.0 ├── kary-foundation-light@4.0.0 ├── language-django@0.1.1 ├── language-vue@0.21.2 ├── less-autocompile@1.0.0 ├── linter@1.11.23 ├── linter-eslint@8.1.2 ├── linter-flake8@2.1.4 ├── linter-less@2.6.0 ├── linter-pylint@1.2.2 ├── linter-sass-lint@1.7.4 ├── linter-tslint@0.14.0 ├── merge-conflicts@1.4.4 ├── pigments@0.39.0 ├── pretty-json@1.6.1 ├── project-manager@3.3.3 ├── python-tools@0.6.9 ├── react@0.16.2 ├── sass-autocompile@0.13.3 ├── sort-lines@0.14.0 ├── split-diff@1.2.0 ├── vue-autocomplete@0.1.1 └── vue-snippets@0.6.0

thanks a lot for the quick answer 👍

armin-pfaeffle commented 7 years ago

That are a lot of packages ;) Today I will not be able to test that behaviour, perhaps tomorrow!

How often should I restart Atom or change the project? What do you estimate?