Skip to content

Instantly share code, notes, and snippets.

@thedebugger
Last active August 29, 2015 14:04
Show Gist options
  • Save thedebugger/5b7633b11f4d2b12514f to your computer and use it in GitHub Desktop.
Save thedebugger/5b7633b11f4d2b12514f to your computer and use it in GitHub Desktop.
my app warbler config
require 'warbler'
config1 (without compile..may be?)
Warbler::Config.new do |config|
config.features = []
config.include << my_files
end
config2 (with compile)
Warbler::Config.new do |config|
config.features = ["compiled"]
config.include << my_files
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment