jekyll-asset-pipeline 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,8 @@ module JekyllAssetPipeline
|
|
22
22
|
# Prevent Jekyll from cleaning up saved assets if new pipeline
|
23
23
|
pipeline.assets.each do |asset|
|
24
24
|
config = JekyllAssetPipeline::DEFAULTS.merge(config)
|
25
|
-
|
25
|
+
staging_path = File.expand_path(File.join(site.source, config['staging_path']))
|
26
|
+
site.static_files << Jekyll::StaticFile.new(site, staging_path,
|
26
27
|
asset.output_path, asset.filename)
|
27
28
|
end unless cached
|
28
29
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-asset-pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-01-
|
12
|
+
date: 2013-01-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|