Class: Picky::Tasks::Javascripts

Inherits:
Object
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/picky-client/tasks/javascripts.rb

Overview

Copies the latest javascripts into the default javascript folder.

Example:

# Use as follows in your Rakefile.
#
Picky::Tasks::Javascripts.new                       # Copies the files into the javascripts folder (by default).
Picky::Tasks::Javascripts.new('public/javascripts') # Copies the files into the public/javascripts folder.