Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit246b815

Browse files
committed
Moving filters to suggested packages and putting it on user to install them, causing too much headache to keep up with them.
1 parent28c1b81 commit246b815

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When using Potion the you will often see is "resources" and "assets". Think of r
1414
- Bade Helpers for Asset inclusion in templates
1515
- Command to clear all assets already published on disk
1616
- Makes use of Cache configuration, and not disk, in order to account for load balanced servers.
17-
- Supports the following filters from Assetic:
17+
- Supports the following filters from Assetic, you must install these yourself as composer dependencies:
1818
- OptiPngFilter
1919
- CssImportFilter
2020
- CssRewriteFilter

‎composer.json‎

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@
4141
"require": {
4242
"php":">=5.4.0",
4343
"illuminate/support":"4.* | 5.*",
44-
"kriswallsmith/assetic":"1.2.1",
45-
"natxet/CssMin":"3.0.2",
46-
"leafo/lessphp":"0.5.0",
47-
"leafo/scssphp":"0.1.1",
48-
"leafo/scssphp-compass":"dev-master",
49-
"patchwork/jsqueeze":"2.0.2",
50-
"ptachoire/cssembed":"1.0.2",
51-
"linkorb/jsmin-php":"1.0.0"
44+
"kriswallsmith/assetic":"1.2.1"
45+
},
46+
"suggest": {
47+
"leafo/lessphp":"Integration with the lessphp LESS compiler",
48+
"leafo/scssphp":"Integration with the scssphp SCSS compiler",
49+
"leafo/scssphp-compass":"Integration with the scssphp SCSS Compass compiler",
50+
"natxet/CssMin":"Integration with the scssphp CSSMin compiler",
51+
"ptachoire/cssembed":"Integration with phpcssembed to embed data uris",
52+
"patchwork/jsqueeze":"Integration with the JSqueeze JavaScript compressor",
53+
"linkorb/jsmin-php":"Integration with JSMin"
5254
},
5355
"autoload": {
5456
"psr-0": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp