Sha256: 9ebadbfff5bae5584a2b0411d9ce595b496c4f1e5321e8fc3098200a2f91cc6c

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

namespace :barista do

  desc "Compiles coffeescripts from app/coffeescripts into public/javascripts"
  task :brew => :environment do
    if !Barista::Compiler.available?
      $stderr.puts "'#{Barista::Compiler.bin_path}' was unavailable."
      exit 1
    end
    Barista.compile_all! true, false
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
barista-1.0.0 lib/barista/tasks/barista.rake
barista-0.7.0.pre3 lib/barista/tasks/barista.rake
barista-0.7.0.pre2 lib/barista/tasks/barista.rake
barista-0.6.1 lib/barista/tasks/barista.rake
barista-0.6.0 lib/barista/tasks/barista.rake
barista-0.5.1 lib/barista/tasks/barista.rake