forget to add files, my bad
did
committed Jan 25, 2013
commit bef6b64acfa18932bb8a6713e4843e66d5b8f580
Showing 4
changed files with
56 additions
and 0 deletions
generators/blank/Gemfile.tt
+20
-0
| @@ | @@ -0,0 +1,20 @@ |
| + | source 'https://rubygems.org' |
| + | |
| + | # ruby '1.9.3' |
| + | |
| + | gem 'locomotivecms_builder', '<%= config[:version] -%>' |
| + | |
| + | group :development do |
| + | # Mac OS X |
| + | gem 'rb-fsevent', '~> 0.9.1', :require => RUBY_PLATFORM.include?('darwin') && 'rb-fsevent' |
| + | |
| + | # TODO: Linux |
| + | |
| + | # TODO: Windows |
| + | end |
| + | |
| + | group :misc do |
| + | # Add your extra gems here |
| + | # gem 'susy', require: 'susy' |
| + | # gem 'redcarpet', require: 'redcarpet' |
| + | end |
| \ No newline at end of file | |
generators/blank/config/translations.yml
+8
-0
| @@ | @@ -0,0 +1,8 @@ |
| + | # Your translations go here. To be used with the 'translate' liquid filter |
| + | # Example: |
| + | # {{ 'hello_world | translate '}} |
| + | # |
| + | |
| + | # hello_world: |
| + | # en: Hello world ! |
| + | # fr: Bonjour le monde ! |
generators/bootstrap/Gemfile.tt
+20
-0
| @@ | @@ -0,0 +1,20 @@ |
| + | source 'https://rubygems.org' |
| + | |
| + | # ruby '1.9.3' |
| + | |
| + | gem 'locomotivecms_builder', '<%= config[:version] -%>' |
| + | |
| + | group :development do |
| + | # Mac OS X |
| + | gem 'rb-fsevent', '~> 0.9.1', :require => RUBY_PLATFORM.include?('darwin') && 'rb-fsevent' |
| + | |
| + | # TODO: Linux |
| + | |
| + | # TODO: Windows |
| + | end |
| + | |
| + | group :misc do |
| + | # Add your extra gems here |
| + | # gem 'susy', require: 'susy' |
| + | # gem 'redcarpet', require: 'redcarpet' |
| + | end |
| \ No newline at end of file | |
generators/bootstrap/config/translations.yml
+8
-0
| @@ | @@ -0,0 +1,8 @@ |
| + | # Your translations go here. To be used with the 'translate' liquid filter |
| + | # Example: |
| + | # {{ 'hello_world | translate '}} |
| + | # |
| + | |
| + | # hello_world: |
| + | # en: Hello world ! |
| + | # fr: Bonjour le monde ! |