Sha256: 7a45fd3be22196c93a29f1eef71ccb3fde1e1fee61515926f9fdb21bba67ebae

Contents?: true

Size: 317 Bytes

Versions: 6

Compression:

Stored size: 317 Bytes

Contents

require "bundler/gem_tasks"
require 'fileutils'
require_relative 'lib/callpixelsjs/compile.rb'

namespace :callpixelsjs do
  desc "compile callpixelsjs"
  task :compile do
    Callpixelsjs::Compile.perform
  end
end

task :before_build do
  Rake::Task["callpixelsjs:compile"].execute
end

task :build => :before_build

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
callpixelsjs-rails-0.0.12 Rakefile
callpixelsjs-rails-0.0.11 Rakefile
callpixelsjs-rails-0.0.10 Rakefile
callpixelsjs-rails-0.0.9 Rakefile
callpixelsjs-rails-0.0.8 Rakefile
callpixelsjs-rails-0.0.7 Rakefile