Guest User

Untitled

a guest
Jul 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. "settings": {
  2. "saveAndRun": {
  3. "commands": [{
  4. "match": "\\.scss$",
  5. "cmd": "cd ~/git/MDSaaS.tools/com.mdsaas.tools/wmmin && node wmmin -no-interaction -target Unilodge -no-minification -output-target Unilodge -no-colour",
  6. "useShortcut": false,
  7. "silent": false,
  8. },
  9. {
  10. "match": "\\.js$",
  11. "cmd": "cd ~/git/MDSaaS.tools/com.mdsaas.tools/wmmin && node wmmin -no-interaction -target Unilodge -no-minification -output-target Unilodge -no-colour",
  12. "useShortcut": false,
  13. "silent": false,
  14. }
  15. ]
  16. },
  17. "cSpell.words": []
  18. }
Add Comment
Please, Sign In to add comment