Plugin jelix-stylus-plugin
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)
- Released on 10/04/2011
- Compatible Jelix 1.3
- Download : jelix-stylus-plugin_0.3.zip
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)
- Released on 10/04/2011
- Compatible Jelix 1.3
- Download : jelix-stylus-plugin_0.2.zip
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)
- Released on 09/28/2011
- Compatible Jelix 1.3
- Download : jelix-stylus-plugin_0.1.zip
Changelog
Le fonctionnement de ce plugin semble être correct à la fois sous Windows et sous Linux.