octopress-asset-pipeline 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -2
  3. data/README.md +3 -0
  4. data/lib/octopress-asset-pipeline/version.rb +1 -1
  5. metadata +2 -71
  6. data/.clash.yml +0 -20
  7. data/.gitignore +0 -25
  8. data/.travis.yml +0 -5
  9. data/Gemfile +0 -4
  10. data/Rakefile +0 -8
  11. data/demo/Gemfile +0 -8
  12. data/demo/_config.yml +0 -5
  13. data/demo/_octopress.yml +0 -2
  14. data/demo/_sass/_partial.sass +0 -1
  15. data/demo/blah.js +0 -1
  16. data/demo/foo.coffee +0 -3
  17. data/demo/index.html +0 -4
  18. data/demo/sass-test.scss +0 -5
  19. data/demo/test.css +0 -2
  20. data/octopress-asset-pipeline.gemspec +0 -30
  21. data/test/Gemfile +0 -3
  22. data/test/_combine_css_only.yml +0 -2
  23. data/test/_combine_false.yml +0 -5
  24. data/test/_config.yml +0 -5
  25. data/test/expected/css_tag_only/blah.js +0 -1
  26. data/test/expected/css_tag_only/foo.js +0 -6
  27. data/test/expected/css_tag_only/index.html +0 -2
  28. data/test/expected/css_tag_only/stylesheets/all-.css +0 -1
  29. data/test/expected/no_combining/blah.js +0 -1
  30. data/test/expected/no_combining/foo.js +0 -6
  31. data/test/expected/no_combining/index.html +0 -2
  32. data/test/expected/no_combining/sass-test.css +0 -2
  33. data/test/expected/no_combining/test.css +0 -2
  34. data/test/expected/standard/index.html +0 -2
  35. data/test/expected/standard/javascripts/all-.js +0 -1
  36. data/test/expected/standard/stylesheets/all-.css +0 -1
  37. data/test/site/blah.js +0 -1
  38. data/test/site/foo.js +0 -6
  39. data/test/site/index.html +0 -2
  40. data/test/site/sass-test.css +0 -2
  41. data/test/site/test.css +0 -2
  42. data/test/source/_sass/_partial.sass +0 -1
  43. data/test/source/blah.js +0 -1
  44. data/test/source/foo.coffee +0 -3
  45. data/test/source/index.html +0 -4
  46. data/test/source/sass-test.scss +0 -5
  47. data/test/source/test.css +0 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2187bc9893b958af5087000cbe6b619492578436
4
- data.tar.gz: 3266a3f8d575861657ff1b82d8dee2364ddc1e71
3
+ metadata.gz: e8d12ffb5c2585f184b4fd8e36c9deb9350c9e91
4
+ data.tar.gz: 48158cf9f5c008bb0504657057fb389ca251301b
5
5
  SHA512:
6
- metadata.gz: b1e5c135f6665e7451cc53167b30a0b7462c3825ccaec64118d482028dc65438794be1e69a96ba3fc384b62fcb376934e9f27c26a0b9a71830a814680a64945d
7
- data.tar.gz: 7a9dcb69164705f63f250d3de5a2fb536716e5acba98ca012b0e1931077dc87b56de98fc0114af43deaa54c3995597a7f3728c8212593f4359e4a5006a543115
6
+ metadata.gz: 0f17beb0648f2d58e02e584a9acdcf2e5f563093a0806552b811d0aff0a49727b3862fd227b353dfe4a8872b04975cc6ccb3afad454ea1b80c4630e2d6bd45ea
7
+ data.tar.gz: 84505ffc1bd5996e728e674fe56a9b511e18a73ae4007b0075157b3cd4906ce9f733e06062c3fd8d9374f3cd46910a27a4288fce766692ed986d45a7f087cdac
data/CHANGELOG.md CHANGED
@@ -1,12 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.1.4 - 2015-01-05
4
+
5
+ - Removed unnecessary files from gem build.
6
+
3
7
  ### 1.1.3 - 2015-01-05
4
8
 
5
- - Improvements to README
9
+ - Improvements to README.
6
10
 
7
11
  ### 1.1.2 - 2015-01-02
8
12
 
9
- - Updated integration with Octopress Docs
13
+ - Updated integration with Octopress Docs.
10
14
 
11
15
  ### 1.1.1 - 2015-01-02
12
16
 
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Combine and compress and fingerprint Stylesheets (CSS and Sass) and Javascripts (JS and Coffeescript) to a single fingerprinted .css or .js file.
4
4
 
5
+ [![Build Status](https://travis-ci.org/octopress/asset-pipeline.png?branch=master)](https://travis-ci.org/octopress/asset-pipeline)
6
+ [![Gem Version](https://badge.fury.io/rb/octopress-asset-pipeline.png)](http://badge.fury.io/rb/octopress-asset-pipeline)
7
+
5
8
  **How it works:** This plugin will automatically search Jekyll's site index for .js, .coffee, .css, .scss and .sass
6
9
  files and combine, compress and fingerprint them so they're ready for deployment. Then add the liquid tags to your site layout to write
7
10
  the necessary script or link tags.
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module AssetPipeline
3
- VERSION = "1.1.3"
3
+ VERSION = "1.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-asset-pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -88,23 +88,9 @@ executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
- - ".clash.yml"
92
- - ".gitignore"
93
- - ".travis.yml"
94
91
  - CHANGELOG.md
95
- - Gemfile
96
92
  - LICENSE.txt
97
93
  - README.md
98
- - Rakefile
99
- - demo/Gemfile
100
- - demo/_config.yml
101
- - demo/_octopress.yml
102
- - demo/_sass/_partial.sass
103
- - demo/blah.js
104
- - demo/foo.coffee
105
- - demo/index.html
106
- - demo/sass-test.scss
107
- - demo/test.css
108
94
  - lib/octopress-asset-pipeline.rb
109
95
  - lib/octopress-asset-pipeline/assets/coffeescript.rb
110
96
  - lib/octopress-asset-pipeline/assets/css.rb
@@ -112,34 +98,6 @@ files:
112
98
  - lib/octopress-asset-pipeline/assets/local.rb
113
99
  - lib/octopress-asset-pipeline/assets/sass.rb
114
100
  - lib/octopress-asset-pipeline/version.rb
115
- - octopress-asset-pipeline.gemspec
116
- - test/Gemfile
117
- - test/_combine_css_only.yml
118
- - test/_combine_false.yml
119
- - test/_config.yml
120
- - test/expected/css_tag_only/blah.js
121
- - test/expected/css_tag_only/foo.js
122
- - test/expected/css_tag_only/index.html
123
- - test/expected/css_tag_only/stylesheets/all-.css
124
- - test/expected/no_combining/blah.js
125
- - test/expected/no_combining/foo.js
126
- - test/expected/no_combining/index.html
127
- - test/expected/no_combining/sass-test.css
128
- - test/expected/no_combining/test.css
129
- - test/expected/standard/index.html
130
- - test/expected/standard/javascripts/all-.js
131
- - test/expected/standard/stylesheets/all-.css
132
- - test/site/blah.js
133
- - test/site/foo.js
134
- - test/site/index.html
135
- - test/site/sass-test.css
136
- - test/site/test.css
137
- - test/source/_sass/_partial.sass
138
- - test/source/blah.js
139
- - test/source/foo.coffee
140
- - test/source/index.html
141
- - test/source/sass-test.scss
142
- - test/source/test.css
143
101
  homepage: https://github.com/octopress/asset-pipeline
144
102
  licenses:
145
103
  - MIT
@@ -165,31 +123,4 @@ signing_key:
165
123
  specification_version: 4
166
124
  summary: Combine and compress CSS and Sass, Javascript and Coffeescript to a single
167
125
  fingerprinted file.
168
- test_files:
169
- - test/Gemfile
170
- - test/_combine_css_only.yml
171
- - test/_combine_false.yml
172
- - test/_config.yml
173
- - test/expected/css_tag_only/blah.js
174
- - test/expected/css_tag_only/foo.js
175
- - test/expected/css_tag_only/index.html
176
- - test/expected/css_tag_only/stylesheets/all-.css
177
- - test/expected/no_combining/blah.js
178
- - test/expected/no_combining/foo.js
179
- - test/expected/no_combining/index.html
180
- - test/expected/no_combining/sass-test.css
181
- - test/expected/no_combining/test.css
182
- - test/expected/standard/index.html
183
- - test/expected/standard/javascripts/all-.js
184
- - test/expected/standard/stylesheets/all-.css
185
- - test/site/blah.js
186
- - test/site/foo.js
187
- - test/site/index.html
188
- - test/site/sass-test.css
189
- - test/site/test.css
190
- - test/source/_sass/_partial.sass
191
- - test/source/blah.js
192
- - test/source/foo.coffee
193
- - test/source/index.html
194
- - test/source/sass-test.scss
195
- - test/source/test.css
126
+ test_files: []
data/.clash.yml DELETED
@@ -1,20 +0,0 @@
1
- -
2
- title: Typical build (combined and compressed)
3
- build: true
4
- compare: expected/standard site
5
- -
6
- title: Combine CSS only
7
- build: true
8
- config:
9
- jekyll:
10
- - _config.yml
11
- - _combine_css_only.yml
12
- compare: expected/css_tag_only site
13
- -
14
- title: Separate asset files
15
- build: true
16
- config:
17
- jekyll:
18
- - _config.yml
19
- - _combine_false.yml
20
- compare: expected/no_combining site
data/.gitignore DELETED
@@ -1,25 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
18
- *.bundle
19
- *.so
20
- *.o
21
- *.a
22
- mkmf.log
23
- _site
24
- .sass-cache
25
- .DS_Store
data/.travis.yml DELETED
@@ -1,5 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.0.0
4
- - 1.9.3
5
- script: bundle exec clash test
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in octopress-ink-asset_pipeline.gemspec
4
- gemspec
data/Rakefile DELETED
@@ -1,8 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "octopress-ink"
3
-
4
- desc "Copy Readme and Changelog into docs"
5
- task :update_docs do
6
- Octopress::Ink.copy_doc 'README.md', 'assets/docs/index.markdown'
7
- Octopress::Ink.copy_doc 'CHANGELOG.md', 'assets/docs/changelog.markdown', '/changelog/'
8
- end
data/demo/Gemfile DELETED
@@ -1,8 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- group :octopress do
4
- gem 'octopress'
5
- gem 'octopress-ink', path: '../../../ink'
6
- gem 'octopress-asset-pipeline', path: '../'
7
- gem 'pry-debugger'
8
- end
data/demo/_config.yml DELETED
@@ -1,5 +0,0 @@
1
- gems:
2
- - octopress-asset-pipeline
3
-
4
- exclude:
5
- - Gemfile*
data/demo/_octopress.yml DELETED
@@ -1,2 +0,0 @@
1
- order_js:
2
- - foo.coffee
@@ -1 +0,0 @@
1
- $bg: black
data/demo/blah.js DELETED
@@ -1 +0,0 @@
1
- console.log("Yo I'm a javascript")
data/demo/foo.coffee DELETED
@@ -1,3 +0,0 @@
1
- ---
2
- ---
3
- console.log 'hi' unless false
data/demo/index.html DELETED
@@ -1,4 +0,0 @@
1
- ---
2
- ---
3
- {% css_asset_tag %}
4
- {% js_asset_tag %}
data/demo/sass-test.scss DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- file: partial
3
- ---
4
- @import "{{ page.file }}";
5
- body { background: $bg; }
data/demo/test.css DELETED
@@ -1,2 +0,0 @@
1
- body {
2
- color: #444; }
@@ -1,30 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'octopress-asset-pipeline/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "octopress-asset-pipeline"
8
- spec.version = Octopress::AssetPipeline::VERSION
9
- spec.authors = ["Brandon Mathis"]
10
- spec.email = ["brandon@imathis.com"]
11
- spec.summary = %q{Combine and compress CSS and Sass, Javascript and Coffeescript to a single fingerprinted file.}
12
- spec.description = %q{Combine and compress CSS and Sass, Javascript and Coffeescript to a single fingerprinted file.}
13
- spec.homepage = "https://github.com/octopress/asset-pipeline"
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_runtime_dependency "octopress-ink", "~> 1.0.0.rc"
22
-
23
- spec.add_development_dependency "bundler"
24
- spec.add_development_dependency "clash"
25
- spec.add_development_dependency "rake"
26
-
27
- if RUBY_VERSION >= "2"
28
- spec.add_development_dependency "pry-byebug"
29
- end
30
- end
data/test/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '../'
@@ -1,2 +0,0 @@
1
- asset_pipeline:
2
- combine_js: false
@@ -1,5 +0,0 @@
1
- asset_pipeline:
2
- order_js:
3
- - foo.coffee
4
- combine_js: false
5
- combine_css: false
data/test/_config.yml DELETED
@@ -1,5 +0,0 @@
1
- gems:
2
- - octopress-asset-pipeline
3
-
4
- source: source
5
- destination: site
@@ -1 +0,0 @@
1
- console.log("Yo I'm a javascript")
@@ -1,6 +0,0 @@
1
- (function() {
2
- if (!false) {
3
- console.log('hi');
4
- }
5
-
6
- }).call(this);
@@ -1,2 +0,0 @@
1
- <link href='/stylesheets/all-.css' media='all' rel='stylesheet' type='text/css'>
2
- <script src='/blah.js'></script><script src='/foo.js'></script>
@@ -1 +0,0 @@
1
- body{color:#444}body{background:#00ffaa}
@@ -1 +0,0 @@
1
- console.log("Yo I'm a javascript")
@@ -1,6 +0,0 @@
1
- (function() {
2
- if (!false) {
3
- console.log('hi');
4
- }
5
-
6
- }).call(this);
@@ -1,2 +0,0 @@
1
- <link href='/test.css' media='all' rel='stylesheet' type='text/css'><link href='/sass-test.css' media='all' rel='stylesheet' type='text/css'>
2
- <script src='/foo.js'></script><script src='/blah.js'></script>
@@ -1,2 +0,0 @@
1
- body {
2
- background: #00ffaa; }
@@ -1,2 +0,0 @@
1
- body {
2
- color: #444; }
@@ -1,2 +0,0 @@
1
- <link href='/stylesheets/all-.css' media='all' rel='stylesheet' type='text/css'>
2
- <script src='/javascripts/all-.js'></script>
@@ -1 +0,0 @@
1
- console.log("Yo I'm a javascript")(function(){console.log("hi")}).call(this);
@@ -1 +0,0 @@
1
- body{color:#444}body{background:#00ffaa}
data/test/site/blah.js DELETED
@@ -1 +0,0 @@
1
- console.log("Yo I'm a javascript")
data/test/site/foo.js DELETED
@@ -1,6 +0,0 @@
1
- (function() {
2
- if (!false) {
3
- console.log('hi');
4
- }
5
-
6
- }).call(this);
data/test/site/index.html DELETED
@@ -1,2 +0,0 @@
1
- <link href='/test.css' media='all' rel='stylesheet' type='text/css'><link href='/sass-test.css' media='all' rel='stylesheet' type='text/css'>
2
- <script src='/foo.js'></script><script src='/blah.js'></script>
@@ -1,2 +0,0 @@
1
- body {
2
- background: #00ffaa; }
data/test/site/test.css DELETED
@@ -1,2 +0,0 @@
1
- body {
2
- color: #444; }
@@ -1 +0,0 @@
1
- $bg: #00ffaa
data/test/source/blah.js DELETED
@@ -1 +0,0 @@
1
- console.log("Yo I'm a javascript")
@@ -1,3 +0,0 @@
1
- ---
2
- ---
3
- console.log 'hi' unless false
@@ -1,4 +0,0 @@
1
- ---
2
- ---
3
- {% css_asset_tag %}
4
- {% js_asset_tag %}
@@ -1,5 +0,0 @@
1
- ---
2
- import: partial
3
- ---
4
- @import "{{ page.import }}";
5
- body { background: $bg; }
data/test/source/test.css DELETED
@@ -1,2 +0,0 @@
1
- body {
2
- color: #444; }