Module: Select2::Bootstrap

Defined in:
lib/select2-bootstrap-css.rb,
lib/select2-bootstrap/version.rb

Constant Summary collapse

VERSION_STRING =

This is updated via the ‘grunt bump` command, which has a pretty unflexible matching syntax.

"'version': '1.2.3'"
VERSION =

Then, just the version.

VERSION_STRING.match(/\d+\.\d+\.\d+/)[0]

Class Method Summary collapse

Class Method Details

.base_directoryObject



5
6
7
# File 'lib/select2-bootstrap-css.rb', line 5

def self.base_directory
  File.expand_path('../../compass', __FILE__)
end