提交 13f8b28c 编写于 作者: A Arun Agrawal

Using lib/assets only. Javascripts/Stylesheets people can fill later.

上级 f064664d
...@@ -88,6 +88,7 @@ def doc ...@@ -88,6 +88,7 @@ def doc
def lib def lib
empty_directory "lib" empty_directory "lib"
empty_directory_with_gitkeep "lib/tasks" empty_directory_with_gitkeep "lib/tasks"
empty_directory_with_gitkeep "lib/assets"
end end
def log def log
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
config.ru config.ru
app/assets/javascripts app/assets/javascripts
app/assets/stylesheets app/assets/stylesheets
app/assets/images
app/controllers app/controllers
app/helpers app/helpers
app/mailers app/mailers
...@@ -22,8 +23,8 @@ ...@@ -22,8 +23,8 @@
doc doc
lib lib
lib/tasks lib/tasks
lib/assets
log log
app/assets/images
script/rails script/rails
test/fixtures test/fixtures
test/functional test/functional
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册