Rakefile in patternfly-sass-2.10.0 vs Rakefile in patternfly-sass-2.10.1
- old
+ new
@@ -19,14 +19,9 @@
require 'fileutils'
require 'term/ansicolor'
Sass.load_paths << File.join(gem_asset_path('bootstrap-sass', 'assets/stylesheets'))
Sass.load_paths << File.join(gem_asset_path('font-awesome-sass', 'assets/stylesheets'))
- Sass.load_paths << File.join(gem_asset_path('rails-assets-bootstrap-combobox', 'app/assets/stylesheets'))
- Sass.load_paths << File.join(gem_asset_path('rails-assets-bootstrap-datepicker', 'app/assets/stylesheets'))
- Sass.load_paths << File.join(gem_asset_path('rails-assets-bootstrap-select', 'app/assets/stylesheets'))
- Sass.load_paths << File.join(gem_asset_path('rails-assets-bootstrap-touchspin', 'app/assets/stylesheets'))
- Sass.load_paths << File.join(gem_asset_path('rails-assets-c3', 'app/assets/stylesheets'))
::Sass::Script::Value::Number.precision = [8, ::Sass::Script::Value::Number.precision].max
path = 'assets/stylesheets'
FileUtils.mkdir_p('tmp')