From d16ea456cb68f9cd0ce5fd623932f72c465d7bf3 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 31 Aug 2015 02:25:05 +0100 Subject: Update and fix `rake dummy_rails` * Fix the task * Rename to `rake rails_server` * Add tether as a development dependency --- lib/bootstrap/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bootstrap/engine.rb b/lib/bootstrap/engine.rb index 321d626..9cd55d1 100644 --- a/lib/bootstrap/engine.rb +++ b/lib/bootstrap/engine.rb @@ -1,7 +1,7 @@ module Bootstrap module Rails class Engine < ::Rails::Engine - initializer 'bootstrap.assets.precompile' do |app| + initializer 'bootstrap.assets' do |app| %w(stylesheets javascripts).each do |sub| app.config.assets.paths << root.join('assets', sub).to_s end -- cgit v1.2.3