mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-23 22:12:55 +01:00
Declaring bin files in composer.json
Adds « bin » declaration with the two CLI minification scripts in composer.json
This commit is contained in:
parent
43cb34c8d6
commit
6a61364b17
@ -24,5 +24,6 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"MatthiasMullie\\Minify\\": "src/"
|
"MatthiasMullie\\Minify\\": "src/"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"bin": ["src/bin/minifycss", "src/bin/minifyjs"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user