Sha256: 37a01093aa94d647cd8577ee51d667c518b0f9c47b35bd30bbd8c99e46394b3f

Contents?: true

Size: 945 Bytes

Versions: 4

Compression:

Stored size: 945 Bytes

Contents

source 'https://rubygems.org'

gem 'tay'

# You can make extensions with no extra gems, but tay works best when
# coupled with other langauges and tools. Uncomment them gems below
# then run "bundle install"

# Allows you to run "tay watch" to automatically recompile on change
# gem 'guard-tay'

<%= options['use-haml'] ? '' : '# ' %>gem 'haml'
# gem 'sass'
<%= options['use-coffeescript'] ? '' : '# ' %>gem 'coffee-script'

# Enable the usage .jst.mustache templates via Sprockets
# gem 'mustache-trimmer', :git => 'git://github.com/josh/mustache-trimmer.git'

# Enable the usage .jst.eco templates via Sprockets
# gem 'eco'

# Allows you to use CommonJS requires in your script files
# See https://github.com/maccman/sprockets-commonjs
# gem 'sprockets-commonjs', '0.0.5.pre', :require => 'sprockets/commonjs'

# Enable javascript compression via "tay minify"
# gem 'uglifier'

# Enable css compression via "tay minify"
# gem 'yui-compressor'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tay-0.0.5 lib/tay/cli/templates/Gemfile
tay-0.0.4 lib/tay/cli/templates/Gemfile
tay-0.0.3 lib/tay/cli/templates/Gemfile
tay-0.0.2 lib/tay/cli/templates/Gemfile