Initial import
This commit is contained in:
commit
4cc4e303ab
44 changed files with 691 additions and 0 deletions
9
project_generator/postprocess.rb
Normal file
9
project_generator/postprocess.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
# encoding: utf-8
|
||||
|
||||
# This hook will be executed after templater finish in context of current generator object.
|
||||
# Current directory is what you just generated, unless this is flat generator.
|
||||
|
||||
unless RUBY_PLATFORM.match(/mswin|mingw/)
|
||||
sh "chmod +x boot.rb"
|
||||
sh "chmod +x tasks.rb"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue