Quick links: Content - sections - sub sections
EN fr

Plugin jelix-stylus-plugin

by Brice TENCÉ

It seems this project is not maintained anymore.

This project is an htmlresponse plugin for Jelix 1.3. It allows you to use easily stylus dynamic stylesheet language in Jelix.

When including a Stylus file (e.g. with addCSSLink()) you should set 'stylus'=>true as a param.

For more information, see README on github.

Differences with jelix-stylusAssetic-plugin :

  • this plugin does not rely on Assetic. This means PHP 5.3 is not necessary (it will run fine under PHP 5.2)
  • this plugin should run under Windows with Windows-specific version of nodejs (tested with v0.5.7) BUT, under Windows, stylus plugins need to be placed under one of nodejs default plugin directory (aside node.exe should be fine). This is because of a PHP bug.

Last version

0.3 (stable)
Changelog

Ajout de la possiblité d'utiliser une lib de Stylus, tel que "nib". Ceci se fait en utilisant le paramètre de configuration "stylus_libs".

Old versions

0.2 (stable)
Changelog

Fonctionnement correct sous Windows avec nodejs compilé nativement pour cet OS.

Quelques restrictions néanmoins (emplacement du plugin stylus pour nodejs) mais à priori difficile à contourner pour cause de bug de PHP ...

0.1 (stable)
Changelog

Le fonctionnement de ce plugin semble être correct à la fois sous Windows et sous Linux.