Elliott Sales de Andrade
db900dd2f3
Reduce some code duplication.
Check resource.source_file.kind in _should_parse_resource instead of
every time the latter is called.
13 years ago
Elliott Sales de Andrade
c089c12278
Stylus is also a CSS plugin.
13 years ago
Elliott Sales de Andrade
3f86282544
Change some plugin module names to be a bit more generic.
* less -> css
* git -> vcs
* uglify -> js
13 years ago
Lakshmi Vyasarajan
bcc1346854
Reuse `fswrap` and `commando.util` modules.
* Remove `hyde.fs` use `fswrap` package instead.
* Remove logging functions from `hyde.util`. Use `commando.util`
instead.
* Remove `hyde.loader`. Use `commando.util.load_python_object`
instead.
12 years ago
Kostas Papadimitriou
4fb6ba3154
LessCSSPlugin improvements
Added import-path= option
- Allow user to define import paths for less compiler
Improved resource handling
- Do not replace imports if resource uses_template option is False
- Skip resources with `parse` meta option set to False (helpful to
avoid parsing of helper less lib files)
13 years ago
Lakshmi Vyasarajan
b39464ac63
Issue #100 : Minor fixes to the nice /Users/lakshmivyas/.environments/hyde/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin based exec discovery by @nud
13 years ago
Steve Frécinaux
f8176ab655
Allow plugins to have a default application path.
This is very handy in Unix world as most applications have standard
installation paths and standard command-line names. Hence, we can now
use those plugins without altering the site.yaml file at all.
13 years ago
Grygoriy Fuchedzhy
dd5b25d1f2
all regular strings replaced with unicode ones
13 years ago
Vincent Bernat
21f64f056b
less compiler accept several arguments including compression
14 years ago
Ryan Kelly
0d15885573
LessCSSPlugin: return original text if not a .less file
14 years ago
Lakshmi Vyasarajan
2c8685a602
Fixed deploy path changes so that they happen at the beginning and are not dependent on generation. Removed noise from hyde.server - moved them to debug level
14 years ago
Lakshmi Vyasarajan
28a7fd124d
Added uglify js plugin
14 years ago
Lakshmi Vyasarajan
57ea6f8825
Added overview doc and styles
14 years ago
Lakshmi Vyasarajan
35637209e1
Added syntactic sugar for markings. Also refactored the template class.
14 years ago
Lakshmi Vyasarajan
c196a56d6c
Renamed logging to util. hyde is now 2.6 compatible
14 years ago
Lakshmi Vyasarajan
5272633e93
Primitive 2.6 support added
14 years ago
Lakshmi Vyasarajan
b8398571b7
Bug fixes to allow for listing and sorting
14 years ago
Lakshmi Vyasarajan
3ff724f2ae
Added less support.
14 years ago