classy_assets 0.14.4 → 0.14.5

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: a8720a8492719aea718d5ab246d293ae3f2deb70
4
- data.tar.gz: 8bcf2ec9e573a8041104d140838cffc7ea0c1625
3
+ metadata.gz: 84392f883fe25226aeae9b50506b0b3c22ea749a
4
+ data.tar.gz: 49d63d02c06a8e96d4ae0c96b2cbe54581dc8d17
5
5
  SHA512:
6
- metadata.gz: 9e2eab33d1c46645904aee5998a7dc4f974cb4492d6105d66730af6b6d8ce4e49594d98838a8f79937ef2f101c4778a08c95a2fabb9491c7ff76fb86c30f9ab2
7
- data.tar.gz: e54b0c756dfae2872da8fdb3e3022ddd0b246dca5609cfbffeab37af1b1f6c9ee6305bb7504634ce088b2a351b7bfa58acd17b1164f41e459a7a1112ab2154bc
6
+ metadata.gz: 073fde4bc604dba59104f3cae61ca9d0368120a8be82a323726843569a3bcd4e85243d3672ec48d365df0441a8efcf935b79ec3db12c5485d2c7a9d53934fddd
7
+ data.tar.gz: b1b7271252a77179aaab23721a802284cd640d9b7feb29e300bfb73d5e74a34f41a82b5ddd494cb9680ec97f3c08cb966692ebed68330f8e343e949048863f45
@@ -1,6 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
-
4
3
  require 'sprockets'
5
4
  module ClassyAssets
6
5
  class Sprockets
@@ -24,7 +23,7 @@ module ClassyAssets
24
23
 
25
24
  if @config.asset_compress
26
25
  sprockets_environment.css_compressor = @config.css_compressor
27
- sprockets_environment.js_compressor = @config.css_compressor
26
+ sprockets_environment.js_compressor = @config.js_compressor
28
27
  end
29
28
 
30
29
  sprockets_environment.context_class.class_eval do
@@ -32,7 +31,6 @@ module ClassyAssets
32
31
  ClassyAssets.asset_url_for(path)
33
32
  end
34
33
  end
35
-
36
34
  sprockets_environment
37
35
  end
38
36
  end
@@ -1,5 +1,9 @@
1
1
  # encoding: utf-8
2
2
 
3
+ if defined?(Bundler)
4
+ Bundler.require(:assets)
5
+ end
6
+
3
7
  require 'rake'
4
8
  require 'rake/sprocketstask'
5
9
  require 'classy_assets'
@@ -19,6 +23,7 @@ module ClassyAssets
19
23
  t.assets = ClassyAssets.config.asset_precompile
20
24
  t.keep = ClassyAssets.config.asset_precompile_keep
21
25
  t.manifest = ::Sprockets::Manifest.new(t.environment, ClassyAssets.config.asset_manifest_path)
26
+ t.log_level = :debug
22
27
  end
23
28
  end
24
29
  end
@@ -1,3 +1,3 @@
1
1
  module ClassyAssets
2
- VERSION = "0.14.4"
2
+ VERSION = "0.14.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classy_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.4
4
+ version: 0.14.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - StyleSeek Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-14 00:00:00.000000000 Z
11
+ date: 2014-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprockets