compass 1.1.0.alpha.1 → 1.1.0.alpha.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d27e0749bc3350ca12f3aab14eed3b6bdf56fe0
4
- data.tar.gz: d2e42399d751703ab7e07d304e0511eeeadf726f
3
+ metadata.gz: c34f4a9522411d067ced24bf4e65aacd01b161b0
4
+ data.tar.gz: 9062ad628caa3eca0c7625a4c024a567cb65ca9a
5
5
  SHA512:
6
- metadata.gz: 2b94391e2752fbd8042bc5b6bdb37a82feac4bbfc33152e65210a20e123514ffee8d13bda35e46d7effc8a7a23f94fce3cf79529a8b9aebb9363ad29fd2b022e
7
- data.tar.gz: 4a3015c121fbf930a321a0b9ccd159cc2dd77de21db22147c9a5506dffe441fc2dbb7d5ee509f50e785c0104e229ed72bab025bb163e1a211798479b28c135b4
6
+ metadata.gz: 2aae0a4826987f8add3ba159a8d7d4f7243e180904c1e848f75b34d0b8f22481d61186c29bb23529b05568ce4f88de9173162925cfa995af75b0b851bb1f6534
7
+ data.tar.gz: b6eb04af255592ee36ead5c97df32a142ee03908985c088caceb6bb4fe83c85554d8d950c82c017b465fd6fa33cc217293e2154def054df42d106a19cefdc71e
@@ -33,6 +33,7 @@ end
33
33
  configuration/file_data
34
34
  app_integration
35
35
  compiler
36
+ sass_compiler
36
37
  sprite_importer
37
38
  ).each do |lib|
38
39
  require "compass/#{lib}"
@@ -47,11 +47,11 @@ module Compass
47
47
  else
48
48
  Sass::Plugin.on_updating_stylesheet(&on_saved)
49
49
  end
50
-
50
+
51
51
  Sass::Plugin.on_compilation_error do |e, filename, css|
52
52
  Compass.configuration.run_stylesheet_error(filename, e.message)
53
53
  end
54
-
54
+
55
55
  @callbacks_loaded = true
56
56
  end
57
57
  end
@@ -66,7 +66,7 @@ module Compass
66
66
  configuration_file_path = args.shift || detect_configuration_file
67
67
 
68
68
  raise ArgumentError, "Too many arguments" if args.any?
69
- if AppIntegration.default? && data = configuration_for(configuration_file_path, nil, configuration_for(options[:defaults]))
69
+ if data = configuration_for(configuration_file_path, nil, configuration_for(options[:defaults]))
70
70
  if data.raw_project_type
71
71
  add_configuration(data.raw_project_type.to_sym)
72
72
  elsif options[:project_type]
@@ -75,7 +75,7 @@ module Compass
75
75
  add_configuration(:stand_alone)
76
76
  end
77
77
  add_configuration(data)
78
- else
78
+ elsif !AppIntegration.default?
79
79
  add_configuration(options[:project_type] || configuration.project_type_without_default || (yield if block_given?) || :stand_alone)
80
80
  end
81
81
  end
@@ -1,4 +1,4 @@
1
1
  module Compass
2
- VERSION = "1.1.0.alpha.1"
2
+ VERSION = "1.1.0.alpha.2"
3
3
  VERSION_NAME = "Polaris"
4
4
  end
@@ -86,7 +86,7 @@ module Compass
86
86
  end
87
87
  basenames
88
88
  end[:files]
89
- return resolved_files if resolved_files.any?
89
+ return resolved_files.sort if resolved_files.any?
90
90
  path = Compass.configuration.sprite_resolver.asset_collections.map{|ac| ac.images_path }.join(", ")
91
91
  raise Compass::SpriteException, %Q{No images were found in the sprite path matching "#{uri}". Your current load paths are: #{path}}
92
92
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.alpha.1
4
+ version: 1.1.0.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-09-04 00:00:00.000000000 Z
15
+ date: 2014-09-10 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: sass
@@ -40,14 +40,14 @@ dependencies:
40
40
  requirements:
41
41
  - - ~>
42
42
  - !ruby/object:Gem::Version
43
- version: 1.1.0.alpha.1
43
+ version: 1.1.0.alpha.2
44
44
  type: :runtime
45
45
  prerelease: false
46
46
  version_requirements: !ruby/object:Gem::Requirement
47
47
  requirements:
48
48
  - - ~>
49
49
  - !ruby/object:Gem::Version
50
- version: 1.1.0.alpha.1
50
+ version: 1.1.0.alpha.2
51
51
  - !ruby/object:Gem::Dependency
52
52
  name: compass-import-once
53
53
  requirement: !ruby/object:Gem::Requirement