Skip to content

Commit

Permalink
Merge pull request rails#1481 from arunagw/lib_assets
Browse files Browse the repository at this point in the history
Generating /lib/assets  for assets
  • Loading branch information
dhh committed Jun 27, 2011
2 parents 095f046 + 13f8b28 commit 449cc3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions railties/lib/rails/generators/rails/app/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def doc
def lib
empty_directory "lib"
empty_directory_with_gitkeep "lib/tasks"
empty_directory_with_gitkeep "lib/assets"
end

def log
Expand Down
3 changes: 2 additions & 1 deletion railties/test/generators/app_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
config.ru
app/assets/javascripts
app/assets/stylesheets
app/assets/images
app/controllers
app/helpers
app/mailers
Expand All @@ -22,8 +23,8 @@
doc
lib
lib/tasks
lib/assets
log
app/assets/images
script/rails
test/fixtures
test/functional
Expand Down

0 comments on commit 449cc3e

Please sign in to comment.