mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #1481 from arunagw/lib_assets
Generating /lib/assets for assets
This commit is contained in:
@@ -88,6 +88,7 @@ module Rails
|
||||
def lib
|
||||
empty_directory "lib"
|
||||
empty_directory_with_gitkeep "lib/tasks"
|
||||
empty_directory_with_gitkeep "lib/assets"
|
||||
end
|
||||
|
||||
def log
|
||||
|
||||
@@ -10,6 +10,7 @@ DEFAULT_APP_FILES = %w(
|
||||
config.ru
|
||||
app/assets/javascripts
|
||||
app/assets/stylesheets
|
||||
app/assets/images
|
||||
app/controllers
|
||||
app/helpers
|
||||
app/mailers
|
||||
@@ -22,8 +23,8 @@ DEFAULT_APP_FILES = %w(
|
||||
doc
|
||||
lib
|
||||
lib/tasks
|
||||
lib/assets
|
||||
log
|
||||
app/assets/images
|
||||
script/rails
|
||||
test/fixtures
|
||||
test/functional
|
||||
|
||||
Reference in New Issue
Block a user