mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 04:51:15 +00:00
Backport more tools for work flavour
This commit is contained in:
10
php_tools/sass/README.md
Normal file
10
php_tools/sass/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# sass
|
||||
|
||||
A pure JavaScript implementation of Sass. Sass makes CSS fun again.
|
||||
|
||||
This package is a distribution of Dart Sass, compiled to pure JavaScript with no native code or external dependencies. It provides a command-line sass executable and a Node.js API.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| NPM | https://www.npmjs.com/package/sass |
|
||||
| GitHub | https://github.com/sass/dart-sass |
|
||||
13
php_tools/sass/install.yml
Normal file
13
php_tools/sass/install.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
check: sass --version | grep -E '[0-9][.0-9]+' || (sass --version; false)
|
||||
|
||||
all:
|
||||
type: npm
|
||||
package: sass
|
||||
binary: sass
|
||||
version:
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
pre:
|
||||
post:
|
||||
11
php_tools/sass/options.yml
Normal file
11
php_tools/sass/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: sass
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this tool to build/install correctly,
|
||||
# the following tools must have been installed first.
|
||||
depends: []
|
||||
Reference in New Issue
Block a user