Changeset 8591
- Timestamp:
- 01/07/08 19:24:18 (9 months ago)
- Files:
-
- spinoffs/prototype/trunk/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/trunk/Rakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/trunk/CHANGELOG
r8580 r8591 1 1 *SVN* 2 3 * Add a description to :test and :dist rake tasks. [Christoph Sturm] 4 2 5 * Fix Selector.matchElements to allow for coma-separated selectors in Element#up/next/previous and Event#findElement. [Samuel Lebeau, Tobie Langel] 3 6 spinoffs/prototype/trunk/Rakefile
r8572 r8591 10 10 task :default => [:dist, :package, :clean_package_source] 11 11 12 desc "Builds the distribution" 12 13 task :dist do 13 14 $:.unshift File.join(PROTOTYPE_ROOT, 'lib') … … 33 34 end 34 35 36 desc "Builds the distribution, runs the JavaScript unit tests and collects their results." 35 37 task :test => [:dist, :test_units] 36 38