the-island / node-sass
libsass Assetic filter
Installs: 27 734
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Open Issues: 0
pkg:composer/the-island/node-sass
Requires
- php: >=5.3.3
- kriswallsmith/assetic: ~1.2,>=1.2.1
- symfony/config: >=2.4
- symfony/dependency-injection: >=2.4
- symfony/http-kernel: >=2.4
This package is not auto-updated.
Last update: 2025-10-25 23:11:18 UTC
README
libsass Assetic filter
Installation
Install node-sass via npm (not covered)
Add to composer.json:
"the-island/node-sass": "*",
Add to AppKernel.php:
new TheIsland\NodeSassBundle\TheIslandNodeSassBundle()
Add toconfig.yml:
the_island_node_sass:
bin: /usr/local/bin/node-sass
style: "nested"
debug: false
load_paths: [%kernel.root_dir%/../bower_components]
apply_to: "^(?<!_).+\.scss$"
- bin - path to a node-sass executable
- style - see
--output-styleinnode-sass -h - debug - turns on
--source-comments - load_paths - adds paths to
--include-path - node - path to your local node (might help if node is not on your path)
- source_map - boolean to set the source_map to true or false