aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-compass-import-once
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-101-0/+1
| | | | Notes: svn path=/head/; revision=399058
* - Remove RG linkSunpoet Po-Chuan Hsieh2015-08-131-1/+0
| | | | Notes: svn path=/head/; revision=394174
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-231-0/+1
| | | | Notes: svn path=/head/; revision=390395
* - Add rubygem-compass-import-once 1.0.5Sunpoet Po-Chuan Hsieh2015-05-313-0/+32
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 Notes: svn path=/head/; revision=388111