lib/awestruct/cli/init.rb in awestruct-0.5.1 vs lib/awestruct/cli/init.rb in awestruct-0.5.2
- old
+ new
@@ -15,9 +15,10 @@
mkdir( '_layouts' )
mkdir( '_ext' )
copy_file( '_ext/pipeline.rb', Init.framework_path( 'base_pipeline.rb' ) )
copy_file( '.awestruct_ignore', Init.framework_path( 'base_awestruct_ignore' ) )
copy_file( 'Rakefile', Init.framework_path( 'base_Rakefile' ) )
+ copy_file( 'Gemfile', Init.framework_path( 'base_Gemfile' ) )
mkdir( 'stylesheets' )
}
def initialize(dir=Dir.pwd,framework='compass',scaffold=true)
@dir = dir