svengiebel / atom-compile-less

Just a Atom.io Package for compiling LESS-Files to CSS-Files with some neat settings.
MIT License
5 stars 4 forks source link

Uncaught Error: ENOENT: no such file or directory, open '/Users/paddy/Dropbox/Design/Quinn Popcorn/quinnpopcorn.com/quinn_wp/wp-content/themes/quinn_popcorn/main.less' #7

Open laffan opened 9 years ago

laffan commented 9 years ago

[Enter steps to reproduce below:]

  1. Save file
  2. (there is no main.less)

Atom Version: 0.196.0 System: Mac OS X 10.10.3 Thrown From: atom-compile-less package, v0.8.0

Stack Trace

Uncaught Error: ENOENT: no such file or directory, open 'main.less'

At /Users/paddy/.atom/packages/atom-compile-less/lib/atom-compile-less.coffee:15

Error: ENOENT: no such file or directory, open 'main.less'
    at Error (native)

Commands

     -0:16.8.0 core:close (atom-text-editor.editor.is-focused)
  2x -0:16.1.0 pane:show-previous-item (atom-text-editor.editor)
  2x -0:14.8.0 core:save (atom-text-editor.editor)

Config

{
  "core": {
    "themes": [
      "one-light-ui",
      "tomorrow-night-eighties-syntax"
    ]
  },
  "atom-compile-less": {
    "compressCss": false
  }
}

Installed Packages

# User
atom-compile-less, v0.8.0
autocomplete-plus, v2.12.1
emmet, v2.3.8
highlight-line, v0.10.2
tomorrow-night-eighties-syntax, v0.6.1

# Dev
No dev packages