We're packaging assets now
commit085918b1784dab2112779e5181309059183231d2
authorMatt Moriarity <matt.moriarity@gmail.com>
Sun, 12 Aug 2007 16:59:10 +0000 (12 12:59 -0400)
committerMatt Moriarity <matt.moriarity@gmail.com>
Sun, 12 Aug 2007 16:59:10 +0000 (12 12:59 -0400)
treec4f86c189e172e276fadd630a1087933480734af
parent56f42bdd2389d573e2455d58c1f0632131babcd8
We're packaging assets now
34 files changed:
.gitignore
app/views/layouts/application.haml
config/asset_packages.yml [new file with mode: 0644]
public/javascripts/application.js
public/javascripts/base_1186932699.js [new file with mode: 0644]
public/javascripts/prototype.js
public/javascripts/s5_1.js [new file with mode: 0644]
public/stylesheets/base_41.css [new file with mode: 0644]
public/stylesheets/s5_1.css [new file with mode: 0644]
vendor/plugins/asset_packager/CHANGELOG [new file with mode: 0644]
vendor/plugins/asset_packager/README [new file with mode: 0644]
vendor/plugins/asset_packager/Rakefile [new file with mode: 0644]
vendor/plugins/asset_packager/about.yml [new file with mode: 0644]
vendor/plugins/asset_packager/init.rb [new file with mode: 0644]
vendor/plugins/asset_packager/install.rb [new file with mode: 0644]
vendor/plugins/asset_packager/lib/jsmin.rb [new file with mode: 0644]
vendor/plugins/asset_packager/lib/synthesis/asset_package.rb [new file with mode: 0644]
vendor/plugins/asset_packager/lib/synthesis/asset_package_helper.rb [new file with mode: 0644]
vendor/plugins/asset_packager/tasks/asset_packager_tasks.rake [new file with mode: 0644]
vendor/plugins/asset_packager/test/asset_package_helper_development_test.rb [new file with mode: 0644]
vendor/plugins/asset_packager/test/asset_package_helper_production_test.rb [new file with mode: 0644]
vendor/plugins/asset_packager/test/asset_packager_test.rb [new file with mode: 0644]
vendor/plugins/asset_packager/test/asset_packages.yml [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/javascripts/application.js [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/javascripts/bar.js [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/javascripts/controls.js [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/javascripts/dragdrop.js [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/javascripts/effects.js [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/javascripts/foo.js [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/javascripts/prototype.js [copied from public/javascripts/prototype.js with 58% similarity]
vendor/plugins/asset_packager/test/assets/stylesheets/bar.css [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/stylesheets/foo.css [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/stylesheets/header.css [new file with mode: 0644]
vendor/plugins/asset_packager/test/assets/stylesheets/screen.css [new file with mode: 0644]