Sha256: fb3089015913b66f03452682c8688b7e9e644bfdd037d4ef50a58133d3b14f3f

Contents?: true

Size: 304 Bytes

Versions: 5

Compression:

Stored size: 304 Bytes

Contents

namespace :barista do

  desc "Compiles coffeescripts from app/scripts 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

5 entries across 5 versions & 1 rubygems

Version Path
barista-0.5.0 lib/barista/tasks/barista.rake
barista-0.4.3 lib/barista/tasks/barista.rake
barista-0.4.2 lib/barista/tasks/barista.rake
barista-0.4.1 lib/barista/tasks/barista.rake
barista-0.4.0 lib/barista/tasks/barista.rake