Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-08-31 04:25:05 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-08-31 04:37:24 +0300
commitd16ea456cb68f9cd0ce5fd623932f72c465d7bf3 (patch)
tree88368f3f7213096cfeb1f0fdfa5b279c7914ac2e /lib
parent5e44c6edd7f23c94da95b00a723004b5053a8cdb (diff)
Update and fix `rake dummy_rails`
* Fix the task * Rename to `rake rails_server` * Add tether as a development dependency
Diffstat (limited to 'lib')
-rw-r--r--lib/bootstrap/engine.rb2
1 files changed, 1 insertions, 1 deletions
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