middleman-more 3.0.8.pre.2 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,13 +28,16 @@ module Middleman
|
|
28
28
|
config.environment = :development
|
29
29
|
config.cache_path = sass_cache_path
|
30
30
|
config.sass_dir = css_dir
|
31
|
-
config.additional_import_paths = sass_assets_paths
|
32
31
|
config.css_dir = css_dir
|
33
32
|
config.javascripts_dir = js_dir
|
34
33
|
config.fonts_dir = fonts_dir
|
35
34
|
config.images_dir = images_dir
|
36
35
|
config.http_path = http_prefix
|
37
36
|
|
37
|
+
sass_assets_paths.each do |path|
|
38
|
+
config.add_import_path path
|
39
|
+
end
|
40
|
+
|
38
41
|
# Disable this initially, the cache_buster extension will
|
39
42
|
# re-enable it if requested.
|
40
43
|
config.asset_cache_buster :none
|
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: middleman-more
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.8
|
5
|
-
prerelease:
|
4
|
+
version: 3.0.8
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Thomas Reynolds
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: middleman-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.0.8
|
22
|
+
version: 3.0.8
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
requirements:
|
28
28
|
- - '='
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version: 3.0.8
|
30
|
+
version: 3.0.8
|
31
31
|
- !ruby/object:Gem::Dependency
|
32
32
|
name: uglifier
|
33
33
|
requirement: !ruby/object:Gem::Requirement
|
@@ -641,13 +641,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
641
641
|
version: '0'
|
642
642
|
segments:
|
643
643
|
- 0
|
644
|
-
hash:
|
644
|
+
hash: 747788437241973931
|
645
645
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
646
646
|
none: false
|
647
647
|
requirements:
|
648
|
-
- - ! '
|
648
|
+
- - ! '>='
|
649
649
|
- !ruby/object:Gem::Version
|
650
|
-
version:
|
650
|
+
version: '0'
|
651
|
+
segments:
|
652
|
+
- 0
|
653
|
+
hash: 747788437241973931
|
651
654
|
requirements: []
|
652
655
|
rubyforge_project:
|
653
656
|
rubygems_version: 1.8.24
|