GithubHelp home page GithubHelp logo

Can't init about guard-jekyll-plus HOT 3 CLOSED

parkr avatar parkr commented on May 19, 2024
Can't init

from guard-jekyll-plus.

Comments (3)

imathis avatar imathis commented on May 19, 2024

Are you using the latest version? I believe this has been fixed.

On Jul 22, 2013, at 10:58, Parker Moore [email protected] wrote:

I decided for this small project I'd use this newfangled Guardfile of yours! Unfortunately the init process seems to have some naming issue. I think the solution is just to rename the file to jekyll-plus.rb inside lib/guard. Have you seen this?

/code/bookmarks.parkermoore.de$ be guard init jekyll-plus
17:55:26 - ERROR - Could not load 'guard/jekyll-plus' or '
/.guard/templates/jekyll-plus' or find class Guard::Jekyllplus
~/code/bookmarks.parkermoore.de$ be guard init jekyllplus
/Users/parker/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:296:in `to_specs': Could not find 'guard-jekyllplus' (>= 0) among 30 total gem(s) (Gem::LoadError)
Using guard (1.8.1)
Installing guard-jekyll-plus (1.2.3)

Reply to this email directly or view it on GitHub.

from guard-jekyll-plus.

parkr avatar parkr commented on May 19, 2024

Yes! I was using the latest version that is tagged in this repo, v1.2.3. I'll try to figure it out and will send a PR if I can get it going.

In the meantime, ruthlessly stealing from the Octopress Rakefile:

task :preview do
  puts "Starting to watch source with Jekyll and Compass. Starting Rack on port 4000"
  jekyllPid = Process.spawn("jekyll serve -w")
  compassPid = Process.spawn("compass watch")

  trap("INT") {
    [jekyllPid, compassPid].each { |pid| Process.kill(9, pid) rescue Errno::ESRCH }
    exit 0
  }

  [jekyllPid, compassPid].each { |pid| Process.wait(pid) }  
end

from guard-jekyll-plus.

imathis avatar imathis commented on May 19, 2024

Fixed by this commit. Thanks :)

from guard-jekyll-plus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.