Advertisement
Guest User

terminal

a guest
Sep 9th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 4.66 KB | None | 0 0
  1. Last login: Mon Sep  9 12:14:22 on ttys002
  2. administrators-MacBook-Air:~ jschreiber$ wp-content/themes/bones/library/scss/
  3. -bash: wp-content/themes/bones/library/scss/: No such file or directory
  4. administrators-MacBook-Air:~ jschreiber$ sites/wp-content/themes/eddiemachado-bones-405349e/library/scss/
  5. -bash: sites/wp-content/themes/eddiemachado-bones-405349e/library/scss/: is a directory
  6. administrators-MacBook-Air:~ jschreiber$ sass --watch style.scss:../css/style.css
  7. >>> Sass is watching for changes. Press Ctrl-C to stop.
  8.   directory ../css
  9. Errno::EACCES: Permission denied - ../css
  10.   Use --trace for backtrace.
  11. administrators-MacBook-Air:~ jschreiber$ --trace
  12. -bash: --trace: command not found
  13. administrators-MacBook-Air:~ jschreiber$ chmod 766 -Rf public/
  14. chmod: -Rf: No such file or directory
  15. administrators-MacBook-Air:~ jschreiber$ compass compile
  16. unchanged sass/ie.scss
  17. unchanged sass/print.scss
  18. unchanged sass/screen.scss
  19. administrators-MacBook-Air:~ jschreiber$ sites/wp-content/themes/eddiemachado-bones-405349e/library/scss
  20. -bash: sites/wp-content/themes/eddiemachado-bones-405349e/library/scss: is a directory
  21. administrators-MacBook-Air:~ jschreiber$ user
  22. -bash: user: command not found
  23. administrators-MacBook-Air:~ jschreiber$ about
  24. -bash: about: command not found
  25. administrators-MacBook-Air:~ jschreiber$ ~/Library/Application Support/Sublime Text 2/Packages/User/
  26. -bash: /Users/jschreiber/Library/Application: No such file or directory
  27. administrators-MacBook-Air:~ jschreiber$ ~/Library/Application Support/Sublime Text 2/
  28. -bash: /Users/jschreiber/Library/Application: No such file or directory
  29. administrators-MacBook-Air:~ jschreiber$ rvm current
  30. ruby-2.0.0-p247
  31. administrators-MacBook-Air:~ jschreiber$ ruby -v
  32. ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.3.0]
  33. administrators-MacBook-Air:~ jschreiber$ sites/wp-content/themes/eddiemachado-bones-405349e/library/scss/
  34. -bash: sites/wp-content/themes/eddiemachado-bones-405349e/library/scss/: is a directory
  35. administrators-MacBook-Air:~ jschreiber$ sass --watch style.scss:/css/style.css
  36. >>> Sass is watching for changes. Press Ctrl-C to stop.
  37.   directory /css
  38. Errno::EACCES: Permission denied - /css
  39.   Use --trace for backtrace.
  40. administrators-MacBook-Air:~ jschreiber$ sass --watch style.scss:/css/style.css --trace
  41. >>> Sass is watching for changes. Press Ctrl-C to stop.
  42.   directory /css
  43. /Users/jschreiber/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:245:in `mkdir': Permission denied - /css (Errno::EACCES)
  44.     from /Users/jschreiber/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:245:in `fu_mkdir'
  45.     from /Users/jschreiber/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:219:in `block (2 levels) in mkdir_p'
  46.     from /Users/jschreiber/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:217:in `reverse_each'
  47.     from /Users/jschreiber/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:217:in `block in mkdir_p'
  48.     from /Users/jschreiber/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:203:in `each'
  49.     from /Users/jschreiber/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:203:in `mkdir_p'
  50.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/plugin/compiler.rb:356:in `update_stylesheet'
  51.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/plugin/compiler.rb:203:in `block in update_stylesheets'
  52.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/plugin/compiler.rb:201:in `each'
  53.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/plugin/compiler.rb:201:in `update_stylesheets'
  54.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/plugin/compiler.rb:235:in `watch'
  55.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/plugin.rb:107:in `method_missing'
  56.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/exec.rb:455:in `watch_or_update'
  57.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/exec.rb:318:in `process_result'
  58.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/exec.rb:41:in `parse'
  59.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/lib/sass/exec.rb:21:in `parse!'
  60.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/gems/sass-3.2.10/bin/sass:9:in `<top (required)>'
  61.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/bin/sass:23:in `load'
  62.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/bin/sass:23:in `<main>'
  63.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `eval'
  64.     from /Users/jschreiber/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `<main>'
  65. administrators-MacBook-Air:~ jschreiber$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement