class Picky::Tasks::Javascripts
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.