2017 © Pedro Peláez
 

library node-sass

libsass Assetic filter

image

the-island/node-sass

libsass Assetic filter

  • Friday, January 29, 2016
  • by dmzkrsk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22,601 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

node-sass-bundle

libsass Assetic filter, (*1)

Installation

Install node-sass via npm (not covered), (*2)

Add to composer.json:, (*3)

  "the-island/node-sass": "*",
  ```

Add to `AppKernel.php`:

new TheIsland\NodeSassBundle\TheIslandNodeSassBundle(), (*4)


Add to`config.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$" ```, (*5)

  • bin - path to a node-sass executable
  • style - see --output-style in node-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

The Versions

29/01 2016

dev-master

9999999-dev

libsass Assetic filter

  Sources   Download

MIT

The Requires

 

by Alexey Trofimov

symfony2 compression assetic

29/01 2016

0.5

0.5.0.0

libsass Assetic filter

  Sources   Download

MIT

The Requires

 

by Alexey Trofimov

symfony2 compression assetic

10/12 2015

0.4

0.4.0.0

libsass Assetic filter

  Sources   Download

MIT

The Requires

 

by Alexey Trofimov

symfony2 compression assetic

13/10 2015

0.3

0.3.0.0

libsass Assetic filter

  Sources   Download

MIT

The Requires

 

by Alexey Trofimov

symfony2 compression assetic

26/06 2015

0.2

0.2.0.0

libsass Assetic filter

  Sources   Download

MIT

The Requires

 

by Alexey Trofimov

symfony2 compression assetic

24/06 2015

0.1

0.1.0.0

libsass Assetic filter

  Sources   Download

MIT

The Requires

 

by Alexey Trofimov

symfony2 compression assetic