Sha256: 8cb657f013b78d0ace148caf9384c4ab6b3b170ea4cbc7ffff6ce74a251f2731
Contents?: true
Size: 772 Bytes
Versions: 1
Compression:
Stored size: 772 Bytes
Contents
# Generated by the asset_copier plugin # http://github.com/pelargir/asset_copier require 'rake' begin puts "=============================================================" puts "Attempting to install required files into your application..." puts "=============================================================" RAKE_FILE = File.expand_path(File.join(File.dirname(__FILE__), 'tasks', 'asset_copier.rake')) load RAKE_FILE Rake::Task['textile_toolbar:install'].invoke puts "==========================================================" puts "Success!" puts "==========================================================" rescue Exception => ex puts "FAILED TO INSTALL REQUIRED FILES. PLEASE RUN rake textile_toolbar:install." puts "EXCEPTION: #{ex}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
textile_toolbar-0.5 | install.rb |