Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hanami/assets

Assets management for Ruby web applications
https://github.com/hanami/assets

Merge pull request #61 from hanami/ensure-null-manifest-to-be-pretty-printable

Ensure NullManifest to be pretty printable

5cc145a65d65ec7cda1ac23b97b83dddce921cd6 authored over 8 years ago by Luca Guidi <[email protected]>
Disable rubocop Style/MethodMissing

162adba249eef9337b111cb01e3b5d4ed23ecf43 authored over 8 years ago by Luca Guidi <[email protected]>
Ensure NullManifest to be pretty printable

4bea6f0b9f722b06e97295f1396419f0363a897a authored over 8 years ago by Luca Guidi <[email protected]>
Prepare for v0.3.0

010d2b0aa980662a9cd884972aeab74de7a3ea8e authored over 8 years ago by Luca Guidi <[email protected]>
Don't create digest version of files under public directory, but only for precompiled files.

797e8715a7751eef83eef2c2a5f915a3fc74da6c authored over 8 years ago by Luca Guidi <[email protected]>
CHANGELOG [ci skip]

768015aa94a707f5e65ec1f7c4fc3ef42f578be9 authored over 8 years ago by Luca Guidi <[email protected]>
At the precompile time remove assets directory and manifest, and preserve existing files. Ref #59

8b5c53ec0c233c952a99835f4b521a0967db1a06 authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'feature-smarter-destination-folder-clear' of https://github.com/mdorfin/assets

e1bcc3af5bc38f8aebebf0e71b6010f4495a6e20 authored over 8 years ago by Luca Guidi <[email protected]>
Different modified time check if the asset has dependencies or not

c433b4b7392986d7fda619438090d82943d4e694 authored over 8 years ago by Luca Guidi <[email protected]>
Assets::Cache#modified? to return always true for never stored files

d0cc84f05c84a3ae4c358720a90d73584ef57180 authored over 8 years ago by Luca Guidi <[email protected]>
Fix rubocop offense

e42b140a7c8f69f07a4de4cd96f0e0e7c2b6fa5e authored over 8 years ago by Luca Guidi <[email protected]>
On CI mark as pending the tests relative to Sass/SCSS transitive dependencies

6629382f222c605d3ab6b995f91c5061036edb2d authored over 8 years ago by Luca Guidi <[email protected]>
Even more wait for CI

ee413cc068f446c52da8effb5f9de114bdace47a authored over 8 years ago by Luca Guidi <[email protected]>
Wait longer to modify test files when on CI

71fe12926d0d15c5b26f22de30be4a97262b2fde authored over 8 years ago by Luca Guidi <[email protected]>
Ensure to recompile Sass/SCSS assets when a dependency is added or removed

91dc840de4dddf724f022b2839ae4e97c7a4bd11 authored over 8 years ago by Luca Guidi <[email protected]>
Extract Compilers::Less

5de089febb254315032aa6c6214c8c15409494f1 authored over 8 years ago by Luca Guidi <[email protected]>
Ensure to compile Sass/SCSS files when a dependency change.

008446d9827dc43d7a57db9eeeb78bfba2312c5a authored over 8 years ago by Luca Guidi <[email protected]>
This commit fixes the way of cleaning public folder.

Now it removes only assets from its manifest file and
all manifest files instead whole public dir...

38c7b211afd8c8906c4407387aad5b93296d845a authored over 8 years ago by Maxim Dorofienko <[email protected]>
Exclude vendor/**/* from Rubocop build

cd2844f2d63565bf221ce4ec3c66728caad78ce8 authored over 8 years ago by Luca Guidi <[email protected]>
CHANGELOG [ci skip]

6eb8634bb48c8761711bf927cdf9930f7a8d116c authored over 8 years ago by Luca Guidi <[email protected]>
Add support for JRuby 9.0.5.0+

ddc9b3fbbede1d81e8115756423340c06e16f54a authored over 8 years ago by Luca Guidi <[email protected]>
Code tidy

414d466065c3c6e1cf782e8be2f755db14889cc6 authored over 8 years ago by Luca Guidi <[email protected]>
Cleanup for #57

3af6256835b649d9faac2cd776da581937d38e7b authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'cllns-add-options-to-javascript-helper'

aead2bd70222fbaf758c96da8e5659b6e43f0d2e authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'add-options-to-javascript-helper' of https://github.com/cllns/hanami-assets into cllns-add-options-to-javascript-helper

e7ead0412177c3f23560252eb955f79656e785ea authored over 8 years ago by Luca Guidi <[email protected]>
Update comments

b25eb9ac0b652511e3b611b610ae3ae8fc489adf authored over 8 years ago by Sean Collins <[email protected]>
Allow algorithms to be listed without brackets

007185727346c9afae02f8f1b1535e42c26d1be4 authored over 8 years ago by Sean Collins <[email protected]>
Breakup Bundler class into three helper classes

One each for:
- Asset
- Compressor
- Manifest Entry

d07db9fb3d1122fcb34e2368878bb849708e94c7 authored over 8 years ago by Sean Collins <[email protected]>
Allow specifying Subresource Integrity algorithms via config

822f25d143ffee2534d800f8ef778cce32bb6c64 authored over 8 years ago by Sean Collins <[email protected]>
Change '_checksum' method to '_values' and have it return Array instead of String

7e4cd5e0e3911c0ef64c48247909aa4ca9f16143 authored over 8 years ago by Sean Collins <[email protected]>
Rename #checksum to #copy

b19791571f5ed51b69b43f76501d6f3b400b0019 authored over 8 years ago by Sean Collins <[email protected]>
Avoid creating new Hash instances for and helpers

bffd66b64bed5820705926e4bd3a35e5c7dd0a94 authored over 8 years ago by Sean Collins <[email protected]>
Add #subresource_integrity_values to DigestManifest

078b60e4a1f0150d945c9cc04d4eff13c061518e authored over 8 years ago by Sean Collins <[email protected]>
Add #target method to DigestManifest

8eb10cecc955e080e5c82f226f0d6722d2f6d869 authored over 8 years ago by Sean Collins <[email protected]>
Change value of 'subresource_integrity' in manifest to be an array

9785099b3921ae21dfc58b5b7b060f5bff7c31ef authored over 8 years ago by Sean Collins <[email protected]>
'sri' => 'subresource_integrity'

ea7a4b6f36b0352b32180294217376144e318b4c authored over 8 years ago by Sean Collins <[email protected]>
Add test for 'async: false'

7a7b46fc987ea916820051a4319ae90a389da4ce authored over 8 years ago by Sean Collins <[email protected]>
Merge pull request #55 from cllns/improve-readme

Update README

2b6c91a4779e7a7e566e83c732b8305b8ad4fb4c authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into add-options-to-javascript-helper

2062e43c5e51eb43b8e00395ddad8b583b575bb1 authored over 8 years ago by Sean Collins <[email protected]>
Update README.md

4c40352708abc9c60a9407aa504991b04e3fbe67 authored over 8 years ago by Sean Collins <[email protected]>
Merge branch 'rickenharp-fix_precompilation'

51edcfa216902dd751c9b2526384de6ef2e76271 authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'fix_precompilation' of https://github.com/rickenharp/assets into rickenharp-fix_precompilation

505a91950fc2c6c4c6baf4eb5b8a7584b97b72b6 authored over 8 years ago by Luca Guidi <[email protected]>
Make the tests to pass on MRI 2.2.4 & 2.3.x

9b22a28356b8b951e76d5a3b9ccaddf4c448274d authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'vyper-patch-1'

796bef32b98beeade74d0df97c7dfbf693e05394 authored over 8 years ago by Luca Guidi <[email protected]>
Use text file instead of image

e07607c02c7f9aa3f9266ef8ecf16ea7f351d640 authored over 8 years ago by Alexander Graefe <[email protected]>
Add test for images in folders with dots in name

5051ad48ac003a5a165f0470d41f3a87168e1ef9 authored over 8 years ago by Alexander Graefe <[email protected]>
Fix unrelated broken tests

efdb5141b7425c471026ac8e7821fd58ac576a5d authored over 8 years ago by Alexander Graefe <[email protected]>
Only test the basename for multiple dots

5496feed8d66f9b20ad8cba5844e20a6fad02fe5 authored over 8 years ago by Alexander Graefe <[email protected]>
Update ruby version to 2.3.1 & 2.2.5 on travis

- https://www.ruby-lang.org/en/news/2016/04/26/ruby-2-3-1-released/
- https://www.ruby-lang.org...

2fec3d5a69c104a4ebf2566c3aa7874fb1e20a30 authored over 8 years ago by Leonardo Saraiva <[email protected]>
Ensure to compile Less assets with :paths option

We can't provide a unit test for this change because Less has a bug:

https://github.com/cowbo...

83435835d43e024319add216462b7f57a7d601d5 authored over 8 years ago by Luca Guidi <[email protected]>
Merge pull request #49 from hanami/remove-simplecov

Remove simplecov

d65e7e7a12f251a24a4bbc9a3bb388313a4c5069 authored almost 9 years ago by Luca Guidi <[email protected]>
Remove simplecov

5e3890e22315745977d272eaaea3ad2dfc54cff9 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #48 from hanami/fix-ruby-warnings

Fix Ruby warnings

18d06b9d06997affee8f6754a91155642ff91245 authored almost 9 years ago by Luca Guidi <[email protected]>
Don't print warnings in Travis CI

01734245bbd8d4a0a8b5e3d1387e276e47876894 authored almost 9 years ago by Luca Guidi <[email protected]>
Fix Ruby warnings

b20860de5252183b0d5059c35194733e7d81e64c authored almost 9 years ago by Luca Guidi <[email protected]>
Bump development dependency to Rake 11

dd837904c06fb2e7621ca55f0ccc9da20d9ca007 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #47 from deepj/simplecov-deprecation

Fix SimpleCov deprecation message

13399dd476a4c0dbe9f8293529c4a8a4859cf1bd authored almost 9 years ago by Trung Lê <[email protected]>
Fix SimpleCov deprecation message

This avoids the following deprecation message:

```
test/test_helper.rb:8:in `<top (required)>':...

bc3c76b43a58badd97b60fec85dc4401edf50663 authored almost 9 years ago by deepj <[email protected]>
Added documentation for SRI mode

739e73cdf81f3417cfef85bd5442b16340e5ff47 authored almost 9 years ago by Matthew Gibbons <[email protected]>
Added SRI attributes to test fixture manifests

2466931a2eeb6ea40e429feba7210b41672da19d authored almost 9 years ago by Matthew Gibbons <[email protected]>
Added support for subresource integrity (SRI) digest for assets

827b2a2290b96fa9e17f154398b2255421db1499 authored almost 9 years ago by Matthew Gibbons <[email protected]>
Ensure that async option passed to #script is either true or false.

c1480c56841e713898a4b81c9fe3cbccf3c0a1ed authored almost 9 years ago by Matthew Gibbons <[email protected]>
Dropped options hash in favour of keyword argument for `async`.

763c168dc8bf086532ed8d404728b3004380f89e authored almost 9 years ago by Matthew Gibbons <[email protected]>
Added spec for the case then `async: false` is included as an option for `#javascript`

edf058cbfa0ecc381d553f2b4e7ed82f7ad8182e authored almost 9 years ago by Matthew Gibbons <[email protected]>
Added support for 'async' attribute in javascript helper

Added options to the javascript helper with default for async attribute.

b4c02e6f1e0965f37e9209b3486ecd955ce9d39d authored almost 9 years ago by Matthew Gibbons <[email protected]>
Merge remote-tracking branch 'hanami/master'

542049d3fefd9d3301f99a3721d99dddf2a718f1 authored almost 9 years ago by Matthew Gibbons <[email protected]>
Master is now 0.3

e24d28e7c2d72d80c9f34216f230e1fb6b769e99 authored almost 9 years ago by Luca Guidi <[email protected]>
Prepare for v0.2.1

32084a50a88b49c8af30935fcee20c77b0ca44dd authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #44 from hanami/ensure-to-truncate-copied-assets

Ensure to truncate copied assets

c62c8b7bf31aef6bf2863a1e518494d3c9e747da authored almost 9 years ago by Luca Guidi <[email protected]>
Ensure to truncate copied assets

a6336d722ecb5be08cd3bb3e318564a13ec9f302 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #43 from davydovanton/doc-fix-typo

Fix typo in documentation comment

413cfb88843d7b821c1e577a52e8f2580b098220 authored almost 9 years ago by Trung Lê <[email protected]>
Fix typo in documentation comment [skip ci]

b6390ced1a83efecaf8ad53ede53a82a21b4851c authored almost 9 years ago by Anton Davydov <[email protected]>
Merge branch 'SleeplessByte-patch-1'

a01d7769af8c1ef042b912ef1018c1cedbfa32ec authored almost 9 years ago by Luca Guidi <[email protected]>
Fixed Lotus reference

790c265d3081c3a4e2b851b683526728e85b8689 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'patch-1' of https://github.com/SleeplessByte/assets into SleeplessByte-patch-1

f707dd8314a834ebbaaf6cc9e0460dd29a3b5437 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #41 from hanami/fix-recursive-sass-imports

Fix recursive Sass imports

4252fb44e98d156cf9f7fe7d6af8302f868524ab authored almost 9 years ago by Luca Guidi <[email protected]>
Removed Config::Sources#to_a as no longer needed

ae632b7fd0d67399cce29069894644eb30d5fde4 authored almost 9 years ago by Luca Guidi <[email protected]>
Fix recursive Sass imports

bb8e9bd67b74b744dc2cf6a31c4b38210714d30b authored almost 9 years ago by Luca Guidi <[email protected]>
Precompiler: fallback to configuration passed to the constructor, rather than to use Hanami::Assets.configuration

2ca4f232892df1e7f3ebc28263a77d0ecd7cb8e4 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #40 from tombruijn/remove-pi-from-readme

Fix typo, remove Pi symbol from README

f1098806f0d62d0cccb0ac35650367f3e3a4af90 authored almost 9 years ago by Trung Lê <[email protected]>
Fix typo, remove Pi symbol from README

8676c9d12c0ffca08189caed2c27c1094e3182fe authored almost 9 years ago by Tom de Bruijn <[email protected]>
Prepare for v0.2.0

dd99e10fd6b346d10b8e26d1bfde88573c916e65 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #39 from hanami/hanami

Hanami

53668c3bb866171b91b01496b0f05fd1c9ad0c2f authored almost 9 years ago by Luca Guidi <[email protected]>
Finalize renaming

27b0ab1ac71c761feecd7b4b15e648472e535992 authored almost 9 years ago by Luca Guidi <[email protected]>
Test for copies over map file

adc3bf60a1dabe8b452fffe7de03e02bc2916ceb authored almost 9 years ago by Derk-Jan Karrenbeld <[email protected]>
Merge branch 'patch-1' of https://github.com/SleeplessByte/assets into patch-1

f2fc8fb538efd6785707d36d4954a3ba5486b6a6 authored almost 9 years ago by Derk-Jan Karrenbeld <[email protected]>
Skip vanilla map files.

Pre-compiled js may come with map files that might be necessary to serve. Right now `.map` files...

90d43dc1e029889eaccd32b8eafd404bd5244aa1 authored almost 9 years ago by Derk-Jan Karrenbeld <[email protected]>
Lotus => Hanami

687e4702d7714362adade8eba11c37c076fe2675 authored almost 9 years ago by Luca Guidi <[email protected]>
[ci skip] Copyright year

99863d39756d2528ccf51111723e02cb94debd0d authored almost 9 years ago by Luca Guidi <[email protected]>
Prepare for v0.1.0

37f5d4659a1f1492109891cf0dc6ac2383ef332f authored almost 9 years ago by Luca Guidi <[email protected]>
Fix closing bracket for builtin stylesheet compiler

43b3b9ac61cefa848878a5424baa89830b339370 authored almost 9 years ago by Luca Guidi <[email protected]>
Use per configuration compressors

02506daf22ab7615248764ed6814bb2ca9df2901 authored almost 9 years ago by Luca Guidi <[email protected]>
Don't require 'yui/compressor' as Assets::Bundler dependency

982b3d822be5da051df87c8adecf82c0066fed2e authored almost 9 years ago by Luca Guidi <[email protected]>
Depend on tilt >= 2.0.2 because it ships with Babel support

889a0870f57b7d6908d379693f133ecef50e7b7c authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'configurable-compressors'

7a69a656a085e2f0f398505a10cbf38abcc53d31 authored almost 9 years ago by Luca Guidi <[email protected]>
[ci skip] Document builtin compressors

71e5c2ee5f8054fe65fa81a64df8f0a8ab3900c0 authored almost 9 years ago by Luca Guidi <[email protected]>
Test against closure-compiler 1.1.12

7eda68a7306555eedaedbee2ba33adf0264be30d authored almost 9 years ago by Luca Guidi <[email protected]>
Tests for JS/CSS factories. Added support for third party gems for compressors

e45bed8a5b06f62db31b50a10b1948f7c5a6ba1f authored almost 9 years ago by Luca Guidi <[email protected]>
Ship with builtin compressors for JavaScript and Stylesheet

674e254e294c6b8be617c5dcaf9c24e1b8328473 authored almost 9 years ago by Luca Guidi <[email protected]>
DRY compressors code

5971a73d07bad2c9bc407db93ef04c1b170e8bd9 authored almost 9 years ago by Luca Guidi <[email protected]>