Items with the tag stylus
Plugins jelix-stylus-plugin

Description
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.
Description
Ce projet est un plugin htmlresponse pour Jelix 1.3. Il vous permet d'utiliser facilement le langage de stylesheet dynamique stylus dans Jelix.
Pour inclure un fichier Stylus (e.g. avec addCSSLink()), vous devez passer comme paramètre : 'stylus'=>true.
Pour plus d'information, voir le fichier README (en anglais approximatif ;) ) sur github.
Differences par rapport jelix-stylusAssetic-plugin :
- ce plugin ne dépend pas d'Assetic. Ceci signifie que PHP 5.3 n'est pas un prérequis (i.e. il fonctionnera correctement sous PHP 5.2)
- ce plugin peut fonctionner sous Windows avec la version de nodejs compilée nativement pour ce(s) système (testé avec v0.5.7). Cependant, sous Windows, le plugin nodejs Stylus doit être placé dans un des répertoires de modules par défaut de nodejs (par exemple, à côté du binaire node.exe)
-
Author Brice TENCÉ
-
Item by btence
-
Repository
Last version
0.3 (stable)
-
Created 04/10/11 18:21
-
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".
Plugins jelix-stylusAssetic-plugin

Description
This project is an htmlresponse plugin for Jelix 1.3. It allows you to use easily stylus dynamic stylesheet language in Jelix (using Assetic).
When including a Stylus file (e.g. with addCSSLink()) you should set 'stylus'=>true
as a param.
For more information, see README on github.
Description
Ce projet est un plugin htmlresponse pour Jelix 1.3. Il vous permet d'utiliser facilement le langage de stylesheet dynamique stylus dans Jelix (using Assetic).
Pour inclure un fichier Stylus (e.g. avec addCSSLink()), vous devez passer comme paramètre : 'stylus'=>true
.
Pour plus d'information, voir le fichier README (en anglais approximatif ;) ) sur github.
-
Author Brice TENCÉ
-
Item by btence
-
Repository
Last version
0.2 (alpha)
-
Created 23/09/11 17:30
-
Compatible Jelix 1.3
-
Download : jelix-stylusAssetic-plugin_0.2.zip
Changelog
More options (node.js bin path & node.js modules path) : no need to change Assetic now ...