9 Commits

Author SHA1 Message Date
Justin Mayer
f5d0f4ecb9 Remove gzip references in Assets plugin README
gzip filter removed in:
d0fb241420

Fixes #115
2013-12-03 07:04:06 -08:00
Javier Gonel
e00e7d35c9 The asset_url needs to use also theme_static_dir
Sorry for this mistake, I was using harcoded paths in my template.

If the destination changes in the output folder (`THEME_STATIC_DIR`) also the URL used for the assets should change.
2013-11-14 18:41:33 +02:00
Javier Gonel
c6003cca22 Use THEME_STATIC_DIR instead of hardcoded 'theme'
The output folder for the theme can be changed via `THEME_STATIC_DIR` setting. But the assets plugin uses the harcoded `theme` string. This small patch makes the asset plugin use the setting.
2013-11-14 18:18:01 +02:00
Justin Mayer
800a53c1f8 Merge pull request #51 from malept/assets/source-paths
Assets: add support for specifying additional source load paths
2013-10-08 05:09:53 -07:00
Mark Lee
c9823a72f7 assets: add support for specifying additional source load paths 2013-07-21 17:03:56 -07:00
Mark Lee
250b08a389 assets: add support for named bundles via the settings file 2013-07-21 16:43:43 -07:00
Deniz Turgut
31ccbde072 teach plugins with dependencies to behave 2013-04-12 18:36:42 -04:00
Deniz Turgut
c694cb404d move tests to plugin folder 2013-04-12 17:48:52 -04:00
Deniz Turgut
9e70c17839 import plugins from core and restructure repo 2013-04-12 13:39:47 -04:00