diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-31 22:59:49 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-31 22:59:49 +0800 |
commit | c88b082904f84a94f254bbde332897cb341b8e99 (patch) | |
tree | d3de5fe4caa0b22e93949e5497165ef00070d2bb /textproc/Makefile | |
parent | 6f4f0e31eaa779aa1297202167e7c1cc4b384303 (diff) | |
download | freebsd-ports-gnome-c88b082904f84a94f254bbde332897cb341b8e99.tar.gz freebsd-ports-gnome-c88b082904f84a94f254bbde332897cb341b8e99.tar.zst freebsd-ports-gnome-c88b082904f84a94f254bbde332897cb341b8e99.zip |
- Add rubygem-compass-import-once 1.0.5
This plugin changes the behavior of Sass's @import directive so that if the same
sass file is imported more than once, the second import will be a no-op. This
allows dependencies to behave how most people expect them to behave and provides
a considerable performance improvement for some sass projects.
Note: Although this plugin is maintained by compass, it can be used without
compass in any Sass-based project.
WWW: https://github.com/Compass/compass/tree/master/import-once
RG: https://rubygems.org/gems/compass-import-once
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b8cb1ebd953a..11236942d584 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1326,6 +1326,7 @@ SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-core + SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-compass-rails SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser |