apollodec/Apollo/bower_components/select2-bootstrap-css/lib/select2-bootstrap-css.rb
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

12 lines
243 B
Ruby

require 'compass'
module Select2
module Bootstrap
def self.base_directory
File.expand_path('../../compass', __FILE__)
end
end
end
Compass::Frameworks.register 'select2-bootstrap', :path => Select2::Bootstrap.base_directory